summaryrefslogtreecommitdiff
path: root/libavcodec/mdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mdec.c')
-rw-r--r--libavcodec/mdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c
index cf619c4fe8..1b90ec984b 100644
--- a/libavcodec/mdec.c
+++ b/libavcodec/mdec.c
@@ -267,7 +267,7 @@ static av_cold int decode_end(AVCodecContext *avctx){
AVCodec ff_mdec_decoder = {
.name = "mdec",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_MDEC,
+ .id = AV_CODEC_ID_MDEC,
.priv_data_size = sizeof(MDECContext),
.init = decode_init,
.close = decode_end,