Commit 2a8edc5d authored by Michael Niedermayer's avatar Michael Niedermayer

10l (-top 0)

Originally committed as revision 3186 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fc3e9b14
...@@ -784,7 +784,7 @@ static void do_video_out(AVFormatContext *s, ...@@ -784,7 +784,7 @@ static void do_video_out(AVFormatContext *s,
if(top_field_first == -1) if(top_field_first == -1)
big_picture.top_field_first = in_picture->top_field_first; big_picture.top_field_first = in_picture->top_field_first;
else 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 /* handles sameq here. This is not correct because it may
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment