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/vima.c')
-rw-r--r--libavcodec/vima.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vima.c b/libavcodec/vima.c
index 7c9a22bfe7..ceebb7691d 100644
--- a/libavcodec/vima.c
+++ b/libavcodec/vima.c
@@ -227,7 +227,7 @@ static int decode_frame(AVCodecContext *avctx, void *data,
AVCodec ff_vima_decoder = {
.name = "vima",
.type = AVMEDIA_TYPE_AUDIO,
- .id = CODEC_ID_VIMA,
+ .id = AV_CODEC_ID_VIMA,
.priv_data_size = sizeof(VimaContext),
.init = decode_init,
.decode = decode_frame,