lib/xiph/OggStreamState: add method GetSerialNo()

This commit is contained in:
Max Kellermann 2016-05-09 15:40:50 +02:00
parent 2c7f69cf85
commit f80736c3d7
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ public:
ogg_stream_reset_serialno(&state, serialno);
}
long GetSerialNo() const {
return state.serialno;
}
/* encoding */
void PacketIn(const ogg_packet &packet) {