Commit 07fa3764 authored by Max Kellermann's avatar Max Kellermann

lib/xiph/OggStreamState: add wrapper for ogg_stream_reset()

parent 5acc77a1
......@@ -61,6 +61,10 @@ public:
return state.serialno;
}
void Reset() {
ogg_stream_reset(&state);
}
/* encoding */
void PacketIn(const ogg_packet &packet) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment