The source project of this merge request has been removed.
Check for zero 'sz' in dav1d_init_get_bits()
If a zero 'sz' is passed to dav1d_init_get_bits(), set c->eof to true. Alternatively we could assert that 'sz' is nonzero.
If a zero 'sz' is passed to dav1d_init_get_bits(), set c->eof to true. Alternatively we could assert that 'sz' is nonzero.
VideoLAN code repository instance