mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
indent
Originally committed as revision 10693 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4838727ea0
commit
ec62727818
@ -67,8 +67,8 @@ static int get_audio_flags(AVCodecContext *enc){
|
||||
case 8000: //nellymoser only
|
||||
case 5512: //not mp3
|
||||
if(enc->codec_id != CODEC_ID_MP3){
|
||||
flags |= FLV_SAMPLERATE_SPECIAL;
|
||||
break;
|
||||
flags |= FLV_SAMPLERATE_SPECIAL;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
av_log(enc, AV_LOG_ERROR, "flv does not support that sample rate, choose from (44100, 22050, 11025).\n");
|
||||
|
Loading…
Reference in New Issue
Block a user