Skip to content

Fix parameter check for temporal ID in BitstreamExtractor

The default -1 was compared to an unsigned int, which implied casting -1 to unsigned and thus created a number larger than the allowed maximum.

Merge request reports