[SCM] libav/experimental: 10l, audio_fifo is a static array
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:57:24 UTC 2013
The following commit has been merged in the experimental branch:
commit 73d6ca4feefc45a3be6fde453705978b5523c575
Author: Alex Beregszaszi <alex at rtfs.hu>
Date: Tue Mar 6 18:19:31 2007 +0000
10l, audio_fifo is a static array
Originally committed as revision 8273 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/swf.c b/libavformat/swf.c
index e2b8594..654a367 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 */
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list