summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libtremor/vorbisfile.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/codecs/libtremor/vorbisfile.c b/apps/codecs/libtremor/vorbisfile.c
index 2a805361e6..8c81c63b7d 100644
--- a/apps/codecs/libtremor/vorbisfile.c
+++ b/apps/codecs/libtremor/vorbisfile.c
@@ -1554,12 +1554,6 @@ ogg_int64_t ov_raw_tell(OggVorbis_File *vf){
1554 return(vf->offset); 1554 return(vf->offset);
1555} 1555}
1556 1556
1557/* return PCM offset (sample) of next PCM sample to be read */
1558ogg_int64_t ov_pcm_tell(OggVorbis_File *vf){
1559 if(vf->ready_state<OPENED)return(OV_EINVAL);
1560 return(vf->pcm_offset);
1561}
1562
1563/* return time offset (milliseconds) of next PCM sample to be read */ 1557/* return time offset (milliseconds) of next PCM sample to be read */
1564ogg_int64_t ov_time_tell(OggVorbis_File *vf){ 1558ogg_int64_t ov_time_tell(OggVorbis_File *vf){
1565 int link=0; 1559 int link=0;