Commit e0c118e3 authored by michaelni's avatar michaelni

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1604 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 57f85383
......@@ -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