]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/iss.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavformat / iss.c
index 1fd9f552d82fc3577292091a40c124f82f255f54..14f64d2392bb41b610ccd5bf64593b96c8caffb1 100644 (file)
@@ -93,7 +93,7 @@ static av_cold int iss_read_header(AVFormatContext *s)
     if (!st)
         return AVERROR(ENOMEM);
     st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
-    st->codec->codec_id = CODEC_ID_ADPCM_IMA_ISS;
+    st->codec->codec_id = AV_CODEC_ID_ADPCM_IMA_ISS;
     st->codec->channels = stereo ? 2 : 1;
     st->codec->sample_rate = 44100;
     if(rate_divisor > 0)