Commit a28fbb3f authored by Mark Hills's avatar Mark Hills Committed by 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
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment