summaryrefslogtreecommitdiff
path: root/libavdevice/alsa-audio-dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/alsa-audio-dec.c')
-rw-r--r--libavdevice/alsa-audio-dec.c2
1 files changed, 1 insertions, 1 deletions
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);