The source project of this merge request has been removed.
Assert sz is nonzero in dav1d_init_get_bits()
dav1d_init_get_bits() initializes c->eof to 0, which implies c->ptr < c->ptr_end, or equivalently sz > 0.
dav1d_init_get_bits() initializes c->eof to 0, which implies c->ptr < c->ptr_end, or equivalently sz > 0.
VideoLAN code repository instance