Added vorbis_comment_add_tag() and vorbis_comment_query() to give a nice interface...
authorMike Smith <msmith@xiph.org>
Sat, 29 Jul 2000 08:45:33 +0000 (08:45 +0000)
committerMike Smith <msmith@xiph.org>
Sat, 29 Jul 2000 08:45:33 +0000 (08:45 +0000)
commit6774cb49c0b9234c6bdb35ad22065f569ec65cd8
tree7b344e55a6112c99eb761a9f2c92f94e7631fc25
parent2b4582f9a8ab65a19db7dca02bf52d834a0cce00
Added vorbis_comment_add_tag() and vorbis_comment_query() to give a nice interface to the 'tag' system we now have.

Also modified several bits of the generic comment interface so that one can get
at vital stuff like the LENGTH of comments (since 0-termination isn't guaranteed).

svn path=/trunk/vorbis/; revision=534
include/vorbis/codec.h
lib/info.c