mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-21 23:10:13 +00:00
Fix icc warning #188: enumerated type mixed with another type.
Originally committed as revision 18513 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
de5922f179
commit
5c463aacb2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user