提交 2d9aa1e3 编写于 作者: M Michael Niedermayer

100l

Originally committed as revision 2758 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 d3e18ad0
......@@ -300,7 +300,7 @@ static int flv_write_packet(AVFormatContext *s, int stream_index,
/* copy out mp3 header from ring buffer */
uint8_t header[4];
for (c=0; c<4; c++) {
header[c] = flv->audio_fifo[(flv->audioInPos+c) % AUDIO_FIFO_SIZE];
header[c] = flv->audioFifo[(flv->audioInPos+c) % AUDIO_FIFO_SIZE];
}
if ( mp3info(header,&mp3FrameSize,&mp3SamplesPerFrame,&mp3SampleRate,&mp3IsMono) ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册