decoder/Thread: log all errors
This commit is contained in:
parent
e425fe3f97
commit
6c5b8bcf9d
1
NEWS
1
NEWS
@ -14,6 +14,7 @@ ver 0.20 (not yet released)
|
||||
- id3: remove the "id3v1_encoding" setting; by definition, all ID3v1 tags
|
||||
are ISO-Latin-1
|
||||
* decoder
|
||||
- improved error logging
|
||||
- ffmpeg: support ReplayGain and MixRamp
|
||||
- ffmpeg: support stream tags
|
||||
- gme: add option "accuracy"
|
||||
|
@ -446,6 +446,10 @@ decoder_task(void *arg)
|
||||
dc.replay_gain_db = 0;
|
||||
|
||||
decoder_run(dc);
|
||||
|
||||
if (dc.state == DecoderState::ERROR)
|
||||
LogError(dc.error);
|
||||
|
||||
break;
|
||||
|
||||
case DecoderCommand::SEEK:
|
||||
|
Loading…
x
Reference in New Issue
Block a user