diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-03-06 18:19:31 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-03-06 18:19:31 +0000 |
commit | 73d6ca4feefc45a3be6fde453705978b5523c575 (patch) | |
tree | 6d3823b96ab0d8188ad16d347d89c3e8c08beb98 /libavformat/swf.c | |
parent | 7b19aa64dc2d41cce478445a47e700839b399544 (diff) | |
download | ffmpeg-73d6ca4feefc45a3be6fde453705978b5523c575.tar.gz |
10l, audio_fifo is a static array
Originally committed as revision 8273 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/swf.c')
-rw-r--r-- | libavformat/swf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/swf.c b/libavformat/swf.c index e2b8594fbc..654a367a42 100644 --- a/libavformat/swf.c +++ b/libavformat/swf.c @@ -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 */ |