git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4838727
)
indent
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 9 Oct 2007 01:12:27 +0000
(
01:12
+0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 9 Oct 2007 01:12:27 +0000
(
01:12
+0000)
Originally committed as revision 10693 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/flvenc.c
patch
|
blob
|
history
diff --git
a/libavformat/flvenc.c
b/libavformat/flvenc.c
index
171395d
..
3a5f5ec
100644
(file)
--- 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");