diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c index f12e4e01ba..1005a56780 100644 --- a/libavcodec/fraps.c +++ b/libavcodec/fraps.c @@ -175,6 +175,8 @@ static int decode_frame(AVCodecContext *avctx, av_frame_unref(f); } avctx->pix_fmt = pix_fmt; + avctx->color_range = version & 1 ? AVCOL_RANGE_UNSPECIFIED + : AVCOL_RANGE_JPEG; expected_size = header_size;