h264: drop the reinit parameter from init_slice_header()
It is only used to decide whether to call free_tables(), but that function is safe to call on an uninitialized context as well.
Loading
Please register or sign in to comment
It is only used to decide whether to call free_tables(), but that function is safe to call on an uninitialized context as well.