]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavdevice/alsa-audio-dec.c
Fix icc warning #188: enumerated type mixed with another type.
[frescor/ffmpeg.git] / libavdevice / alsa-audio-dec.c
index 6f0c214d9647d6d03c77b8a1542815145432bcae..48ed75ee1f8440a11fd4a96d99656194f903883e 100644 (file)
@@ -57,7 +57,7 @@ av_cold static int audio_read_header(AVFormatContext *s1,
     AVStream *st;
     int ret;
     unsigned int sample_rate;
-    int codec_id;
+    enum CodecID codec_id;
     snd_pcm_sw_params_t *sw_params;
 
     if (ap->sample_rate <= 0) {