lib/xiph/OggStreamState: add method GetSerialNo()
This commit is contained in:
parent
2c7f69cf85
commit
f80736c3d7
|
@ -57,6 +57,10 @@ public:
|
|||
ogg_stream_reset_serialno(&state, serialno);
|
||||
}
|
||||
|
||||
long GetSerialNo() const {
|
||||
return state.serialno;
|
||||
}
|
||||
|
||||
/* encoding */
|
||||
|
||||
void PacketIn(const ogg_packet &packet) {
|
||||
|
|
Loading…
Reference in New Issue