[xiph-commits] r3391 - liboggz/trunk/src/liboggz

conrad at svn.annodex.net conrad at svn.annodex.net
Mon Jan 28 19:40:56 PST 2008


Author: conrad
Date: 2008-01-28 19:40:54 -0800 (Mon, 28 Jan 2008)
New Revision: 3391

Modified:
   liboggz/trunk/src/liboggz/oggz_stream_private.h
Log:
remove duplicate declarations from oggz_stream_private.h -- now declared in
<oggz/oggz_stream.h>


Modified: liboggz/trunk/src/liboggz/oggz_stream_private.h
===================================================================
--- liboggz/trunk/src/liboggz/oggz_stream_private.h	2008-01-29 03:39:26 UTC (rev 3390)
+++ liboggz/trunk/src/liboggz/oggz_stream_private.h	2008-01-29 03:40:54 UTC (rev 3391)
@@ -55,8 +55,7 @@
 
 int oggz_stream_has_metric (OGGZ * oggz, long serialno);
 int oggz_stream_set_content (OGGZ * oggz, long serialno, int content);
-OggzStreamContent oggz_stream_get_content (OGGZ * oggz, long serialno);
-const char * oggz_stream_get_content_type (OGGZ *oggz, long serialno);
+
 ogg_int64_t 
 oggz_auto_calculate_granulepos(int content, ogg_int64_t now, 
                 oggz_stream_t *stream, ogg_packet *op);



More information about the commits mailing list