Browse Source

dnxhddec: indicate colorspace

It is supposed to only old BT.709 colorspaces.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Christophe Gisquet Michael Niedermayer 10 years ago
parent
commit
e19ea0218a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/dnxhddec.c

+ 1
- 0
libavcodec/dnxhddec.c View File

@@ -73,6 +73,7 @@ static av_cold int dnxhd_decode_init(AVCodecContext *avctx)

ctx->avctx = avctx;
ctx->cid = -1;
avctx->colorspace = AVCOL_SPC_BT709;
return 0;
}



Loading…
Cancel
Save