dwbuiten / obuparse

A simple and portable single file AV1 OBU parser written in mostly C89 with a tiny bit of C99, with a permissive license.
ISC License
27 stars 9 forks source link

Fix parsing of read_delta_q syntax elements #8

Closed tdaede closed 11 months ago

tdaede commented 11 months ago

Delta Q parameters are used to determine of the frame is coded lossless. This information is later used to determine whether to read loop filter parameters, and will cause a desync there if incorrect.