X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fr210dec.c;h=4c78b5341cde0351e26afad21156d239dba15e2a;hb=d15be9108e6a17e6fdc224fb8cd2640b825dd408;hp=f8db4a96749c1ea0b7cc15192a26998c62e2bef6;hpb=43c157f4a46cb76739f07782d23d1e4ff8da3253;p=ffmpeg diff --git a/libavcodec/r210dec.c b/libavcodec/r210dec.c index f8db4a96749..4c78b5341cd 100644 --- a/libavcodec/r210dec.c +++ b/libavcodec/r210dec.c @@ -26,7 +26,7 @@ static av_cold int decode_init(AVCodecContext *avctx) { - avctx->pix_fmt = PIX_FMT_RGB48; + avctx->pix_fmt = AV_PIX_FMT_RGB48; avctx->bits_per_raw_sample = 10; avctx->coded_frame = avcodec_alloc_frame();