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)
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user