Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ skip_bits_long
Function
skip_bits_long
libavcodec/get_bits.h:188–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
static inline void skip_bits_long(GetBitContext *s, int n){
189
s->index += n;
190
}
191
192
#elif defined LIBMPEG2_BITSTREAM_READER
193
//libmpeg2 like reader
Callers
15
theora_header
Function · 0.85
flac_header
Function · 0.85
ff_mlp_read_major_sync
Function · 0.85
mpc7_decode_init
Function · 0.85
bink_decode_plane
Function · 0.85
decode_frame
Function · 0.85
read_sbr_extension
Function · 0.85
ff_decode_sbr_extension
Function · 0.85
parse_config_ALS
Function · 0.85
ff_mpeg4audio_get_config
Function · 0.85
svq3_decode_slice_header
Function · 0.85
nelly_decode_block
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected