X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/blobdiff_plain/62b40158921b6d800bac70156bdd4a76804334be..a6a99cade020d0e1afcfa50380955c5cb61379a2:/libavcodec/dv.c diff --git a/libavcodec/dv.c b/libavcodec/dv.c index a43e6e43b..774b0a73c 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -393,6 +393,7 @@ static av_cold int dvvideo_init(AVCodecContext *avctx) avctx->coded_frame = &s->picture; s->avctx = avctx; + avctx->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; return 0; }