forked from FFmpeg/FFmpeg
10l, audio_fifo is a static array
Originally committed as revision 8273 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7b19aa64dc
commit
73d6ca4fee
1 changed files with 0 additions and 1 deletions
|
@ -387,7 +387,6 @@ static int swf_write_header(AVFormatContext *s)
|
||||||
default:
|
default:
|
||||||
/* not supported */
|
/* not supported */
|
||||||
av_log(s, AV_LOG_ERROR, "swf doesnt support that sample rate, choose from (44100, 22050, 11025)\n");
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
v |= 0x02; /* 16 bit playback */
|
v |= 0x02; /* 16 bit playback */
|
||||||
|
|
Loading…
Add table
Reference in a new issue