avviddec: Fix AVPacket leak
av_packet_unref() does not release allocated memory. av_packet_free() is the correct free function.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
av_packet_unref() does not release allocated memory. av_packet_free() is the correct free function.