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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/eacdata.c')
-rw-r--r--libavformat/eacdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/eacdata.c b/libavformat/eacdata.c
index 313cbe2aec..be31d007e0 100644
--- a/libavformat/eacdata.c
+++ b/libavformat/eacdata.c
@@ -72,7 +72,7 @@ static int cdata_read_header(AVFormatContext *s)
return AVERROR(ENOMEM);
st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
st->codec->codec_tag = 0; /* no fourcc */
- st->codec->codec_id = CODEC_ID_ADPCM_EA_XAS;
+ st->codec->codec_id = AV_CODEC_ID_ADPCM_EA_XAS;
st->codec->channels = cdata->channels;
st->codec->channel_layout = channel_layout;
st->codec->sample_rate = sample_rate;