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