From 2a8edc5d9245159cf016a9d5607a9dbf8ccfe9af Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <michaelni@gmx.at> Date: Wed, 2 Jun 2004 17:17:44 +0000 Subject: [PATCH] 10l (-top 0) Originally committed as revision 3186 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index c2e5d7ed9d9..3789ff52a5c 100644 --- a/ffmpeg.c +++ b/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 -- GitLab