Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
694
static inline int get_bits_left(GetBitContext *gb)
695
{
696
return gb->size_in_bits - get_bits_count(gb);
697
}
698
699
static inline int skip_1stop_8data_bits(GetBitContext *gb)
700
{
Callers
15
update_extradata
Function · 0.85
ff_iamf_parse_obu_header
Function · 0.85
parse_rps
Function · 0.85
write_configuration_record
Function · 0.85
parse_fmtp_config
Function · 0.85
read_obu_with_size
Function · 0.85
get_ts64
Function · 0.85
h263_handle_packet
Function · 0.85
uvlc
Function · 0.85
parse_sequence_header
Function · 0.85
h261_handle_packet
Function · 0.85
mpc8_parse_seektable
Function · 0.85
Calls
1
get_bits_count
Function · 0.85
Tested by
no test coverage detected