[xiph-cvs] cvs commit: vorbis/include/vorbis codec.h
Monty
xiphmont at xiph.org
Mon Sep 23 14:47:19 PDT 2002
xiphmont 02/09/23 17:47:19
Modified: include/vorbis codec.h
Log:
Add timebase conversion call
Revision Changes Path
1.41 +3 -1 vorbis/include/vorbis/codec.h
Index: codec.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/codec.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- codec.h 28 Feb 2002 04:12:47 -0000 1.40
+++ codec.h 23 Sep 2002 21:47:18 -0000 1.41
@@ -11,7 +11,7 @@
********************************************************************
function: libvorbis codec headers
- last mod: $Id: codec.h,v 1.40 2002/02/28 04:12:47 xiphmont Exp $
+ last mod: $Id: codec.h,v 1.41 2002/09/23 21:47:18 xiphmont Exp $
********************************************************************/
@@ -176,6 +176,8 @@
extern int vorbis_block_init(vorbis_dsp_state *v, vorbis_block *vb);
extern int vorbis_block_clear(vorbis_block *vb);
extern void vorbis_dsp_clear(vorbis_dsp_state *v);
+extern double vorbis_granule_time(vorbis_dsp_state *v,
+ ogg_int64_t granulepos);
/* Vorbis PRIMITIVES: analysis/DSP layer ****************************/
<p><p>--- >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 'cvs-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 commits
mailing list