CVS: main/libmpcodecs vd_ffmpeg.c,1.49,1.50
6 Sep
2002
6 Sep
'02
6:53 p.m.
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;
8467
Age (days ago)
8467
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Niedermayer