10l (-top 0)

Originally committed as revision 3186 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 21 years ago
parent fc3e9b148d
commit 2a8edc5d92
  1. 2
      ffmpeg.c

@ -784,7 +784,7 @@ static void do_video_out(AVFormatContext *s,
if(top_field_first == -1)
big_picture.top_field_first = in_picture->top_field_first;
else
big_picture.top_field_first = 1;
big_picture.top_field_first = top_field_first;
}
/* handles sameq here. This is not correct because it may

Loading…
Cancel
Save