[vorbis-dev] vorbis_comment interface

Kristian Kvilekval kris at cs.ucsb.edu
Mon Dec 30 18:20:35 PST 2002



I was looking over the comment manipulations
routines defined in vorbis/codec.h and info.c 
and I noticed that each "char *" could/should 
really be defined as "const char*".   Is it expected
that this will change or was it defined like this for
reason?

void     vorbis_comment_add(vorbis_comment *vc, char *comment); 
void     vorbis_comment_add_tag(vorbis_comment *vc, 
                                       char *tag, char *contents);
char    *vorbis_comment_query(vorbis_comment *vc, char *tag, int count);
int      vorbis_comment_query_count(vorbis_comment *vc, char *tag);

<p>Thanks.

<p>
-- 
Kristian G. Kvilekval
email:kris at cs.ucsb.edu office:(805)893-4276 http://www.cs.ucsb.edu/~kris

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.




More information about the Vorbis-dev mailing list