diff options
Diffstat (limited to 'libavcodec/anm.c')
-rw-r--r-- | libavcodec/anm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/anm.c b/libavcodec/anm.c index d979ba4323..4b6a5564d0 100644 --- a/libavcodec/anm.c +++ b/libavcodec/anm.c @@ -186,7 +186,7 @@ static av_cold int decode_end(AVCodecContext *avctx) AVCodec ff_anm_decoder = { .name = "anm", .type = AVMEDIA_TYPE_VIDEO, - .id = CODEC_ID_ANM, + .id = AV_CODEC_ID_ANM, .priv_data_size = sizeof(AnmContext), .init = decode_init, .close = decode_end, |