decoder/Client: add virtual method Ready()
Replaces decoder_initialized().
This commit is contained in:
@@ -175,8 +175,7 @@ VorbisDecoder::SubmitInit()
|
||||
audio_format.sample_rate)
|
||||
: SignedSongTime::Negative();
|
||||
|
||||
decoder_initialized(client, audio_format,
|
||||
eos_granulepos > 0, duration);
|
||||
client.Ready(audio_format, eos_granulepos > 0, duration);
|
||||
}
|
||||
|
||||
bool
|
||||
|
Reference in New Issue
Block a user