[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.121,1.122
Michael Niedermayer CVS
syncmail at mplayerhq.hu
Tue Feb 24 01:31:17 CET 2004
CVS change done by Michael Niedermayer CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv25840/libmpcodecs
Modified Files:
vd_ffmpeg.c
Log Message:
vd_ffmpeg to set repeat-first-field patch by (Zoltan Hidvegi <mplayer at hzoli do 2y dot net>)
Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- vd_ffmpeg.c 18 Feb 2004 15:23:41 -0000 1.121
+++ vd_ffmpeg.c 24 Feb 2004 00:31:15 -0000 1.122
@@ -837,6 +837,7 @@
mpi->fields = MP_IMGFIELD_ORDERED;
if(pic->interlaced_frame) mpi->fields |= MP_IMGFIELD_INTERLACED;
if(pic->top_field_first ) mpi->fields |= MP_IMGFIELD_TOP_FIRST;
+ if(pic->repeat_pict == 1) mpi->fields |= MP_IMGFIELD_REPEAT_FIRST;
#endif
return mpi;
More information about the MPlayer-cvslog
mailing list