changeset 34522:d40c46fad187

palctrl exists no longer and has been unused a long time, so no need to free it.
author reimar
date Sat, 28 Jan 2012 10:32:49 +0000
parents 70653bd01fb4
children 0481efcf5489
files libmpcodecs/vd_ffmpeg.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Sat Jan 28 10:31:24 2012 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Sat Jan 28 10:32:49 2012 +0000
@@ -417,7 +417,6 @@
             mp_msg(MSGT_DECVIDEO, MSGL_ERR, MSGTR_CantCloseCodec);
 
         av_freep(&avctx->extradata);
-        av_freep(&avctx->palctrl);
         av_freep(&avctx->slice_offset);
     }