ext/vorbis/vorbisdec.c: Cleanups. Use refcounting and DEBUG_OBJECT.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 15 May 2006 16:49:31 +0000 (16:49 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 15 May 2006 16:49:31 +0000 (16:49 +0000)
commitddf3ac792c853c426158f95b6a0e8ea2c9e5affe
tree55bae7caa0c510291e3c088351720f02fa9b84e0
parentacde916f7ff50229898383777dd63bd5fba7583c
ext/vorbis/vorbisdec.c: Cleanups. Use refcounting and DEBUG_OBJECT.

Original commit message from CVS:
* ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
(vorbis_dec_convert), (vorbis_dec_src_query),
(vorbis_dec_sink_query), (vorbis_dec_src_event),
(vorbis_dec_sink_event), (vorbis_handle_identification_packet),
(vorbis_dec_clean_queued), (vorbis_dec_push),
(vorbis_handle_data_packet), (vorbis_dec_change_state):
Cleanups. Use refcounting and DEBUG_OBJECT.
Reset segment on flush, use code methods instead of our
own wrong version.
Fix potential memleak.
ChangeLog
ext/vorbis/vorbisdec.c