Mercurial > libavformat.hg
changeset 68:1e2f55eced38 libavformat
ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)
author | michaelni |
---|---|
date | Tue, 25 Feb 2003 09:36:53 +0000 |
parents | 22e4d9d88e25 |
children | 0686eeb0c21b |
files | ogg.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ogg.c Fri Feb 21 11:08:08 2003 +0000 +++ b/ogg.c Tue Feb 25 09:36:53 2003 +0000 @@ -72,8 +72,11 @@ 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 ;