summaryrefslogtreecommitdiff
path: root/libavcodec/loco.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/loco.c')
-rw-r--r--libavcodec/loco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/loco.c b/libavcodec/loco.c
index b86f5fe6a3..f8e41684d0 100644
--- a/libavcodec/loco.c
+++ b/libavcodec/loco.c
@@ -288,7 +288,7 @@ static av_cold int decode_end(AVCodecContext *avctx){
AVCodec ff_loco_decoder = {
.name = "loco",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_LOCO,
+ .id = AV_CODEC_ID_LOCO,
.priv_data_size = sizeof(LOCOContext),
.init = decode_init,
.close = decode_end,