From 60e46c68e68509d08d5b79df6fa1acf326789136 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Thu, 18 Jan 2001 10:54:32 +0000 Subject: 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 --- include/ogg/ogg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 } -- cgit v1.2.1