Index: libmpcodecs/vd_ffmpeg.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v retrieving revision 1.120 diff -u -r1.120 vd_ffmpeg.c --- libmpcodecs/vd_ffmpeg.c 12 Feb 2004 23:09:22 -0000 1.120 +++ libmpcodecs/vd_ffmpeg.c 15 Feb 2004 19:58:04 -0000 @@ -833,6 +833,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; Index: DOCS/man/en/mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v retrieving revision 1.545 diff -u -r1.545 mplayer.1 --- DOCS/man/en/mplayer.1 12 Feb 2004 08:45:34 -0000 1.545 +++ DOCS/man/en/mplayer.1 15 Feb 2004 20:02:05 -0000 @@ -3047,9 +3047,8 @@ Only the luma plane is used to find the frame breaks. If a field has no match, it is deinterlaced with simple linear approximation. -If the source is MPEG-2, libmpeg2 must be used for decoding (not -ffmpeg2!), and this must be the first filter to allow access to the -field-flags set by the MPEG-2 decoder. +If the source is MPEG-2, and this must be the first filter to allow +access to the field-flags set by the MPEG-2 decoder. Depending on the source mpeg, you may be fine ignoring this advice, as long as you do not see lots of "Bottom-first field" warnings. With no options it does normal inverse telecine, and should be used @@ -3119,8 +3118,7 @@ If you want to use the ivtc or detc filter on movies that are partly soft telecined, inserting this filter before them should make them more reliable. Currently only libmpeg2 exports the needed flags. -If used on material that does not set them or if using ffmpeg12, the -filter does nothing. +If used on material that does not set them, the filter does nothing. .TP .B telecine[=start] Apply 3:2 'telecine' process to increase framerate by 20%.