Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ skip_bits1
Function
skip_bits1
libavcodec/get_bits.h:416–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
}
415
416
static inline void skip_bits1(GetBitContext *s)
417
{
418
skip_bits(s, 1);
419
}
420
421
/**
422
* Read 0-32 bits.
Callers
15
vvcc_parse_vps
Function · 0.85
vvcc_parse_sps
Function · 0.85
skip_sub_layer_hrd_parameters
Function · 0.85
hvcc_parse_vui
Function · 0.85
parse_rps
Function · 0.85
hvcc_parse_sps
Function · 0.85
nal_unit_parse_header
Function · 0.85
read_obu_with_size
Function · 0.85
ff_avc_decode_sps
Function · 0.85
parse_color_config
Function · 0.85
parse_sequence_header
Function · 0.85
decode_frame
Function · 0.85
Calls
1
skip_bits
Function · 0.85
Tested by
no test coverage detected