From 36ef5369ee9b336febc2c270f8718cec4476cb85 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 5 Aug 2012 11:11:04 +0200 Subject: Replace all CODEC_ID_* with AV_CODEC_ID_* --- libavdevice/alsa-audio-dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/alsa-audio-dec.c') diff --git a/libavdevice/alsa-audio-dec.c b/libavdevice/alsa-audio-dec.c index b6a7ac20fe..60f996e94a 100644 --- a/libavdevice/alsa-audio-dec.c +++ b/libavdevice/alsa-audio-dec.c @@ -57,7 +57,7 @@ static av_cold int audio_read_header(AVFormatContext *s1) AlsaData *s = s1->priv_data; AVStream *st; int ret; - enum CodecID codec_id; + enum AVCodecID codec_id; snd_pcm_sw_params_t *sw_params; st = avformat_new_stream(s1, NULL); -- cgit v1.2.3