summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Smith <msmith@xiph.org>2001-01-18 10:54:32 +0000
committerMike Smith <msmith@xiph.org>2001-01-18 10:54:32 +0000
commit60e46c68e68509d08d5b79df6fa1acf326789136 (patch)
treecb322ffa9b90c477130fbfc8946eb6050185aeaf /include
parent3d55d1646e423ab0bf1ed286279306d3fb96507c (diff)
downloadogg-git-60e46c68e68509d08d5b79df6fa1acf326789136.tar.gz
Added vorbis_commentheader_out() to vorbis
Added ogg_packet_clear to ogg Updated vcedit.c to use them. There's now enough source there to build a working and useful comment editor. svn path=/trunk/ogg/; revision=1172
Diffstat (limited to 'include')
-rw-r--r--include/ogg/ogg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h
index be5cdd3..76f0e34 100644
--- a/include/ogg/ogg.h
+++ b/include/ogg/ogg.h
@@ -147,6 +147,8 @@ extern int ogg_page_serialno(ogg_page *og);
extern long ogg_page_pageno(ogg_page *og);
extern int ogg_page_packets(ogg_page *og);
+extern void ogg_packet_clear(ogg_packet *op);
+
#ifdef __cplusplus
}