mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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:
parent
ae39132d07
commit
a28fbb3fc8
@ -72,6 +72,9 @@ 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 */
|
||||
|
Loading…
Reference in New Issue
Block a user