Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 52a6a861bf..6e2da8b1af 100644
--- a/libavcodec/ulti.c
+++ b/libavcodec/ulti.c
@@ -421,7 +421,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,