diff options
Diffstat (limited to 'src/decoder/OggFind.hxx')
-rw-r--r-- | src/decoder/OggFind.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/decoder/OggFind.hxx b/src/decoder/OggFind.hxx index 6a55f9b34..7d18d2067 100644 --- a/src/decoder/OggFind.hxx +++ b/src/decoder/OggFind.hxx @@ -24,8 +24,7 @@ #include <ogg/ogg.h> -struct decoder; -struct input_stream; +class OggSyncState; /** * Skip all pages/packets until an end-of-stream (EOS) packet for the @@ -34,7 +33,6 @@ struct input_stream; * @return true if the EOS packet was found */ bool -OggFindEOS(ogg_sync_state &oy, ogg_stream_state &os, ogg_packet &packet, - decoder *decoder, input_stream *is); +OggFindEOS(OggSyncState &oy, ogg_stream_state &os, ogg_packet &packet); #endif |