Commit 39c3f634 authored by michael's avatar michael

10l (-top 0)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3186 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f9d0ebb8
...@@ -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