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
commit61060fcbcefc390c4ea43f647d925af9c186b355 (patch)
treecb322ffa9b90c477130fbfc8946eb6050185aeaf /include
parentfe6950f2d52067f732c1cacca1ad104a5b0adbee (diff)
downloadogg-61060fcbcefc390c4ea43f647d925af9c186b355.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. git-svn-id: http://svn.xiph.org/trunk/ogg@1172 0101bb08-14d6-0310-b084-bc0e0c8e3800
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
}