[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.109,1.110
Ivan Kalvachev CVS
iive at mplayerhq.hu
Mon Nov 10 03:39:13 CET 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv20639
Modified Files:
vd_ffmpeg.c
Log Message:
1l missing version check
Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- vd_ffmpeg.c 9 Nov 2003 23:55:28 -0000 1.109
+++ vd_ffmpeg.c 10 Nov 2003 02:38:39 -0000 1.110
@@ -338,9 +338,11 @@
if (avctx->extradata_size)
free(avctx->extradata);
avctx->extradata=NULL;
+#if LIBAVCODEC_BUILD >= 4689
if (avctx->palctrl)
free(avctx->palctrl);
avctx->palctrl=NULL;
+#endif
if(avctx->slice_offset!=NULL)
free(avctx->slice_offset);
avctx->slice_offset=NULL;
More information about the MPlayer-cvslog
mailing list