Commit 9a37685a authored by alex's avatar alex

10l, audio_fifo is a static array

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8273 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 056cf5ed
......@@ -387,7 +387,6 @@ static int swf_write_header(AVFormatContext *s)
default:
/* not supported */
av_log(s, AV_LOG_ERROR, "swf doesnt support that sample rate, choose from (44100, 22050, 11025)\n");
av_free(swf->audio_fifo);
return -1;
}
v |= 0x02; /* 16 bit playback */
......
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