summaryrefslogtreecommitdiff
path: root/libavcodec/rv40.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rv40.c')
-rw-r--r--libavcodec/rv40.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv40.c b/libavcodec/rv40.c
index 695b0299a6..f95622ab5a 100644
--- a/libavcodec/rv40.c
+++ b/libavcodec/rv40.c
@@ -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,