[MPlayer-cvslog] r34610 - trunk/libmpcodecs/vd_ffmpeg.c
reimar
subversion at mplayerhq.hu
Sat Jan 28 11:32:49 CET 2012
Author: reimar
Date: Sat Jan 28 11:32:49 2012
New Revision: 34610
Log:
palctrl exists no longer and has been unused a long time,
so no need to free it.
Modified:
trunk/libmpcodecs/vd_ffmpeg.c
Modified: trunk/libmpcodecs/vd_ffmpeg.c
==============================================================================
--- trunk/libmpcodecs/vd_ffmpeg.c Sat Jan 28 11:31:24 2012 (r34609)
+++ trunk/libmpcodecs/vd_ffmpeg.c Sat Jan 28 11:32:49 2012 (r34610)
@@ -417,7 +417,6 @@ static void uninit(sh_video_t *sh){
mp_msg(MSGT_DECVIDEO, MSGL_ERR, MSGTR_CantCloseCodec);
av_freep(&avctx->extradata);
- av_freep(&avctx->palctrl);
av_freep(&avctx->slice_offset);
}
More information about the MPlayer-cvslog
mailing list