]> git.sesse.net Git - ffmpeg/commit
mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly
authorVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 27 Apr 2015 21:09:19 +0000 (22:09 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Fri, 22 May 2015 14:34:39 +0000 (15:34 +0100)
commitd528045558825f01472e9bee873f60c98d661e53
treef810347121f457b9d5f175e0a0e249a937da2452
parent6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc
mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly

This skips setting the memory to 0 but allows for reuse on different
contextes. Oracle did not report any unsual activity because of it.
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h
libavcodec/mpegvideo_enc.c