mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
10l (-top 0)
Originally committed as revision 3186 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fc3e9b148d
commit
2a8edc5d92
2
ffmpeg.c
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…
Reference in New Issue
Block a user