]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv40.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / rv40.c
index 695b0299a66c4214d41e3bda10952e5548adf1e3..f95622ab5ac4736cfc0c21cc5d1c50c425dd6929 100644 (file)
@@ -562,7 +562,7 @@ static av_cold int rv40_decode_init(AVCodecContext *avctx)
 AVCodec ff_rv40_decoder = {
     .name                  = "rv40",
     .type                  = AVMEDIA_TYPE_VIDEO,
-    .id                    = CODEC_ID_RV40,
+    .id                    = AV_CODEC_ID_RV40,
     .priv_data_size        = sizeof(RV34DecContext),
     .init                  = rv40_decode_init,
     .close                 = ff_rv34_decode_end,