[Ffmpeg-cvslog] r8273 - trunk/libavformat/swf.c
alex
subversion
Tue Mar 6 19:19:31 CET 2007
Author: alex
Date: Tue Mar 6 19:19:31 2007
New Revision: 8273
Modified:
trunk/libavformat/swf.c
Log:
10l, audio_fifo is a static array
Modified: trunk/libavformat/swf.c
==============================================================================
--- trunk/libavformat/swf.c (original)
+++ trunk/libavformat/swf.c Tue Mar 6 19:19:31 2007
@@ -387,7 +387,6 @@ static int swf_write_header(AVFormatCont
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 */
More information about the ffmpeg-cvslog
mailing list