search for: vorbis_clear

Displaying 1 result from an estimated 1 matches for "vorbis_clear".

2000 Sep 13
1
my vorbis comments
...here they are anyway - sorry this is long): 1. vorbis_info: a. Accessing the pre-computed info structs through pointers to static data is messy IMO. I should be able to vorbis_info_init (or similar) an info struct to be exactly the same as info_A, for instance. That way, I could vorbis_clear and free it at the end just like I do for vorbis_info's which come from a vorbis file b. A function which compares two vorbis_info structs, to see if they are equivalent (i.e. would produce the same output for a given input stream) This would be useful say if I am copying an in...