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/aura.c')
-rw-r--r--libavcodec/aura.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aura.c b/libavcodec/aura.c
index de9546a1cf..e16232c6e3 100644
--- a/libavcodec/aura.c
+++ b/libavcodec/aura.c
@@ -126,7 +126,7 @@ static av_cold int aura_decode_end(AVCodecContext *avctx)
AVCodec ff_aura2_decoder = {
.name = "aura2",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_AURA2,
+ .id = AV_CODEC_ID_AURA2,
.priv_data_size = sizeof(AuraDecodeContext),
.init = aura_decode_init,
.close = aura_decode_end,