diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-06-02 17:17:44 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-06-02 17:17:44 +0000 |
commit | 2a8edc5d9245159cf016a9d5607a9dbf8ccfe9af (patch) | |
tree | ce50fa635173b78d095de15601b211c09bcd1c92 /ffmpeg.c | |
parent | fc3e9b148db16e396f00e6e0f98618aaed33b77e (diff) | |
download | ffmpeg-2a8edc5d9245159cf016a9d5607a9dbf8ccfe9af.tar.gz |
10l (-top 0)
Originally committed as revision 3186 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |