summaryrefslogtreecommitdiff
path: root/libavcodec/ulti.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ulti.c')
-rw-r--r--libavcodec/ulti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c
index 8168aa9739..0431159109 100644
--- a/libavcodec/ulti.c
+++ b/libavcodec/ulti.c
@@ -420,7 +420,7 @@ err:
AVCodec ff_ulti_decoder = {
.name = "ultimotion",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_ULTI,
+ .id = AV_CODEC_ID_ULTI,
.priv_data_size = sizeof(UltimotionDecodeContext),
.init = ulti_decode_init,
.close = ulti_decode_end,