You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
10l (-top 0)
Originally committed as revision 3186 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user