mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Michael Niedermayer
parent
81c5f88748
commit
bc874daea8
+1
-1
@@ -106,7 +106,7 @@ static int audio_open(AudioData *s, int is_output, const char *audio_device)
|
||||
s->codec_id = CODEC_ID_PCM_S16BE;
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "Soundcard does not support 16 bit sample format\n");
|
||||
av_log(NULL, AV_LOG_ERROR, "Soundcard does not support 16 bit sample format\n");
|
||||
close(audio_fd);
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user