diff dv.c @ 1547:0183874861fd libavcodec

bottom_field_first -> top_field_first
author michael
date Mon, 20 Oct 2003 10:33:13 +0000
parents 7542cb99b950
children e08df4d22d27
line wrap: on
line diff
--- a/dv.c	Mon Oct 20 09:52:02 2003 +0000
+++ b/dv.c	Mon Oct 20 10:33:13 2003 +0000
@@ -855,7 +855,7 @@
         return -1;
     }
     s->picture.interlaced_frame = 1;
-    s->picture.bottom_field_first = 1;
+    s->picture.top_field_first = 0;
 
     /* for each DIF segment */
     mb_pos_ptr = s->sys->video_place;