Mercurial > libavformat.hg
diff ogg.c @ 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 | a16ccdf4a87c |
| children | a313e1080322 |
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 ;
