libaacs | branch: master | Roland Fischer | Wed Dec 9 21:51:57
2015 +0100| [7ee3b64639358a35188339f4547f70f7d5c2c9c2] | committer: npzacs
Always write logentry in case of corrupted disc
In case of a AACS_ERROR_CORRUPTED_DISC error always write a BD_DEBUG
message at DBG_CRIT loglevel.
> http:/
libaacs | branch: master | Roland Fischer | Wed Dec 9 21:50:43
2015 +0100| [1c0ba6b53759ea57a6146b4ce4d902cfe5c44d3c] | committer: npzacs
Correct debug-log in _find_config_entry
'discid' sent to BD_DEBUG has not been converted to string before
and resulted in a broken output - corrected.
> ht
On ke, 2015-12-09 at 20:28 +0100, Roland Fischer wrote:
> In case of a corrupt file it could happen that len get 0 in _record
> and this results in an endless loop.
> Created an exit condition for this case and fixed related
> procedures too (they need to cope with the error-return-value
> from _re
In case of a corrupt file it could happen that len get 0 in _record
and this results in an endless loop.
Created an exit condition for this case and fixed related
procedures too (they need to cope with the error-return-value
from _record).
Reason for change: https://github.com/OpenELEC/OpenELEC.tv/