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
This commit is contained in:
Mark Hills 2003-02-25 09:36:53 +00:00 committed by Michael Niedermayer
parent ae39132d07
commit a28fbb3fc8
1 changed files with 4 additions and 1 deletions

View File

@ -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 ;