decoder/Client: add virtual method Ready()
Replaces decoder_initialized().
This commit is contained in:
@@ -30,6 +30,10 @@ struct FakeDecoder final : DecoderClient {
|
||||
Cond cond;
|
||||
|
||||
bool initialized = false;
|
||||
|
||||
/* virtual methods from DecoderClient */
|
||||
void Ready(AudioFormat audio_format,
|
||||
bool seekable, SignedSongTime duration) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user