MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / get_bits_left

Function get_bits_left

libavcodec/get_bits.h:694–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694static inline int get_bits_left(GetBitContext *gb)
695{
696 return gb->size_in_bits - get_bits_count(gb);
697}
698
699static inline int skip_1stop_8data_bits(GetBitContext *gb)
700{

Callers 15

update_extradataFunction · 0.85
ff_iamf_parse_obu_headerFunction · 0.85
parse_rpsFunction · 0.85
parse_fmtp_configFunction · 0.85
read_obu_with_sizeFunction · 0.85
get_ts64Function · 0.85
h263_handle_packetFunction · 0.85
uvlcFunction · 0.85
parse_sequence_headerFunction · 0.85
h261_handle_packetFunction · 0.85
mpc8_parse_seektableFunction · 0.85

Calls 1

get_bits_countFunction · 0.85

Tested by

no test coverage detected