MCPcopy 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
188static 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_headerFunction · 0.85
flac_headerFunction · 0.85
ff_mlp_read_major_syncFunction · 0.85
mpc7_decode_initFunction · 0.85
bink_decode_planeFunction · 0.85
decode_frameFunction · 0.85
read_sbr_extensionFunction · 0.85
ff_decode_sbr_extensionFunction · 0.85
parse_config_ALSFunction · 0.85
ff_mpeg4audio_get_configFunction · 0.85
svq3_decode_slice_headerFunction · 0.85
nelly_decode_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected