提交 a28fbb3f 编写于 作者: M Mark Hills 提交者: Michael Niedermayer

ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)

Originally committed as revision 1604 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 ae39132d
......@@ -72,8 +72,11 @@ static int ogg_write_header(AVFormatContext *avfcontext)
ogg_stream_packetin(&context->os, &header_comm) ;
ogg_stream_packetin(&context->os, &header_code) ;
vorbis_block_clear(&vb) ;
vorbis_dsp_clear(&vd) ;
vorbis_info_clear(&vi) ;
vorbis_comment_clear(&vc) ;
/* end of vorbis specific code */
context->header_handled = 0 ;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册