diff options
Diffstat (limited to 'src/plugins/Input')
| -rw-r--r-- | src/plugins/Input/mad/decoder_mad.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Input/mad/decoder_mad.cpp b/src/plugins/Input/mad/decoder_mad.cpp index 578fc2ab0..4eff67ad3 100644 --- a/src/plugins/Input/mad/decoder_mad.cpp +++ b/src/plugins/Input/mad/decoder_mad.cpp @@ -444,10 +444,12 @@ void DecoderMAD::run() if (len == 0) { + qDebug("DecoderMAD: end of file"); eof = true; } else if (len < 0) { + qWarning("DecoderMAD: %s", qPrintable(input()->errorString ())); derror = true; break; } |
