[FFmpeg-cvslog] r10693 - trunk/libavformat/flvenc.c
michael
subversion
Tue Oct 9 03:12:27 CEST 2007
Author: michael
Date: Tue Oct 9 03:12:27 2007
New Revision: 10693
Log:
indent
Modified:
trunk/libavformat/flvenc.c
Modified: trunk/libavformat/flvenc.c
==============================================================================
--- trunk/libavformat/flvenc.c (original)
+++ trunk/libavformat/flvenc.c Tue Oct 9 03:12:27 2007
@@ -67,8 +67,8 @@ static int get_audio_flags(AVCodecContex
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");
More information about the ffmpeg-cvslog
mailing list