summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r--libavcodec/dv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index 419d2de524..c969e937ba 100644
--- a/libavcodec/dv.c
+++ b/libavcodec/dv.c
@@ -855,7 +855,7 @@ static int dvvideo_decode_frame(AVCodecContext *avctx,
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;