diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index 171395d28a..3a5f5ec180 100644 --- a/libavformat/flvenc.c +++ b/libavformat/flvenc.c @@ -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");