Skip to content
Snippets Groups Projects
Commit e19ea021 authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Michael Niedermayer
Browse files

dnxhddec: indicate colorspace


It is supposed to only old BT.709 colorspaces.

Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent aff3acc5
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,7 @@ static av_cold int dnxhd_decode_init(AVCodecContext *avctx) ...@@ -73,6 +73,7 @@ static av_cold int dnxhd_decode_init(AVCodecContext *avctx)
ctx->avctx = avctx; ctx->avctx = avctx;
ctx->cid = -1; ctx->cid = -1;
avctx->colorspace = AVCOL_SPC_BT709;
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment