decoder/API: add class StopDecoder
This commit is contained in:
@@ -310,7 +310,7 @@ MPDOpusDecoder::HandleEOS()
|
||||
return decoder_get_command(decoder);
|
||||
}
|
||||
|
||||
return DecoderCommand::STOP;
|
||||
throw StopDecoder();
|
||||
}
|
||||
|
||||
inline DecoderCommand
|
||||
|
Reference in New Issue
Block a user