lib/xiph/OggStreamState: add wrapper for ogg_stream_reset()
This commit is contained in:
@@ -61,6 +61,10 @@ public:
|
|||||||
return state.serialno;
|
return state.serialno;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Reset() {
|
||||||
|
ogg_stream_reset(&state);
|
||||||
|
}
|
||||||
|
|
||||||
/* encoding */
|
/* encoding */
|
||||||
|
|
||||||
void PacketIn(const ogg_packet &packet) {
|
void PacketIn(const ogg_packet &packet) {
|
||||||
|
Reference in New Issue
Block a user