X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frv30.c;h=b033d1c425466518ad537d6309a55adf6095bfee;hb=0114c571d4c8cc1036850ced924683709390681a;hp=fdeaa58f2a3fc84367116521ce5ddaf6a7fd2276;hpb=fbc5e0fae12a72b547e6d841e80116ce5c26fbf0;p=ffmpeg diff --git a/libavcodec/rv30.c b/libavcodec/rv30.c index fdeaa58f2a3..b033d1c4254 100644 --- a/libavcodec/rv30.c +++ b/libavcodec/rv30.c @@ -274,7 +274,7 @@ static av_cold int rv30_decode_init(AVCodecContext *avctx) AVCodec ff_rv30_decoder = { .name = "rv30", .type = AVMEDIA_TYPE_VIDEO, - .id = CODEC_ID_RV30, + .id = AV_CODEC_ID_RV30, .priv_data_size = sizeof(RV34DecContext), .init = rv30_decode_init, .close = ff_rv34_decode_end,