X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fapc.c;h=7ae2423cf892cf98940d1694b1363121843ffc97;hb=717addecad77d85d329a4b502f4098d4912679d7;hp=f6a3395cf467fd30042d571e14c0afcddd876a7b;hpb=6774247a9d7d15033c2b80118c03cb0cb10027df;p=ffmpeg diff --git a/libavformat/apc.c b/libavformat/apc.c index f6a3395cf46..7ae2423cf89 100644 --- a/libavformat/apc.c +++ b/libavformat/apc.c @@ -44,7 +44,7 @@ static int apc_read_header(AVFormatContext *s) return AVERROR(ENOMEM); st->codec->codec_type = AVMEDIA_TYPE_AUDIO; - st->codec->codec_id = CODEC_ID_ADPCM_IMA_APC; + st->codec->codec_id = AV_CODEC_ID_ADPCM_IMA_APC; avio_rl32(pb); /* number of samples */ st->codec->sample_rate = avio_rl32(pb);