提交 73d6ca4f 编写于 作者: A Alex Beregszaszi

10l, audio_fifo is a static array

Originally committed as revision 8273 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 7b19aa64
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册