[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.49,1.50
Michael Niedermayer
michael at mplayerhq.hu
Sat Sep 7 00:53:29 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv27509
Modified Files:
vd_ffmpeg.c
Log Message:
fixing mpeg in avi
Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- vd_ffmpeg.c 1 Sep 2002 14:30:54 -0000 1.49
+++ vd_ffmpeg.c 6 Sep 2002 22:53:26 -0000 1.50
@@ -142,6 +142,10 @@
avctx->get_buffer_callback= get_buffer;
}
#endif
+
+#ifdef CODEC_FLAG_NOT_TRUNCATED
+ avctx->flags|= CODEC_FLAG_NOT_TRUNCATED;
+#endif
avctx->width = sh->disp_w;
avctx->height= sh->disp_h;
More information about the MPlayer-cvslog
mailing list