Commit 1101fcbb authored by bcoudurier's avatar bcoudurier

merge init and declaration

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13460 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 42e5ebb1
......@@ -307,12 +307,10 @@ static int swf_write_header(AVFormatContext *s)
}
if (audio_enc && audio_enc->codec_id == CODEC_ID_MP3) {
int v;
int v = 0;
/* start sound */
put_swf_tag(s, TAG_STREAMHEAD2);
v = 0;
switch(audio_enc->sample_rate) {
case 11025:
v |= 1 << 2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment