You need to sign in or sign up before continuing.
vlc_bits.h adds NULL dereference to MP4 & AVI muxers
reusing code where bo_set_8 reallocs which can fail and set p_bo->b to NULL
static inline void bo_add_8(bo_t *p_bo, uint8_t i)
{
bo_set_8( p_bo, p_bo->b->i_buffer, i );
p_bo->b->i_buffer++;
}