diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c
index 4a423603886a602e99aa45d812dbbd32d3a9b087..044e4798b7302575bf30c9585944ef43bbace314 100644
--- a/libavcodec/dnxhddec.c
+++ b/libavcodec/dnxhddec.c
@@ -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;
 }