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
pull/126/head
Mark Hills 22 years ago committed by Michael Niedermayer
parent ae39132d07
commit a28fbb3fc8
  1. 5
      libavformat/ogg.c

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

Loading…
Cancel
Save