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