Fix length of content identifier. Parsed CRID values were one byte short.
The CRIDs returned by this descriptor parser were missing the last byte. This patch fixes that.
The value of i
is always >= len
as a result of the loop.
The CRIDs returned by this descriptor parser were missing the last byte. This patch fixes that.
The value of i
is always >= len
as a result of the loop.
VideoLAN code repository instance