diff options
Diffstat (limited to 'src/decoder/OggFind.cxx')
-rw-r--r-- | src/decoder/OggFind.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/decoder/OggFind.cxx b/src/decoder/OggFind.cxx index 05d693122..821f75ca8 100644 --- a/src/decoder/OggFind.cxx +++ b/src/decoder/OggFind.cxx @@ -20,7 +20,6 @@ #include "config.h" #include "OggFind.hxx" #include "OggSyncState.hxx" -#include "InputStream.hxx" #include "util/Error.hxx" bool @@ -38,7 +37,7 @@ OggFindEOS(OggSyncState &oy, ogg_stream_state &os, ogg_packet &packet) } } -static bool +bool OggSeekPageAtOffset(OggSyncState &oy, ogg_stream_state &os, InputStream &is, InputStream::offset_type offset, int whence) { |