]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/eacdata.c
Merge commit '124134e42455763b28cc346fed1d07017a76e84e'
[ffmpeg] / libavformat / eacdata.c
index 313cbe2aecda1e29a9c718ac238cc588b1d51da8..be31d007e04d2bcb547c21c8a803521e49a37c1b 100644 (file)
@@ -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;