Mercurial > libavformat.hg
changeset 2591:fb98ebeedd81 libavformat
indent
author | michael |
---|---|
date | Tue, 09 Oct 2007 01:12:27 +0000 |
parents | 307c3f7a7862 |
children | c2f4fba2c234 |
files | flvenc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flvenc.c Tue Oct 09 01:01:07 2007 +0000 +++ b/flvenc.c Tue Oct 09 01:12:27 2007 +0000 @@ -67,8 +67,8 @@ 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");