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

Function bytestream2_skip

libavcodec/bytestream.h:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168static av_always_inline void bytestream2_skip(GetByteContext *g,
169 unsigned int size)
170{
171 g->buffer += FFMIN(g->buffer_end - g->buffer, size);
172}
173
174static av_always_inline void bytestream2_skipu(GetByteContext *g,
175 unsigned int size)

Callers 15

hca_read_headerFunction · 0.85
gif_parse_packetFunction · 0.85
parse_utfFunction · 0.85
moflex_probeFunction · 0.85
handle_notifyFunction · 0.85
handle_metadataFunction · 0.85
mxf_parse_jpeg2000_frameFunction · 0.85
get_anim_durationFunction · 0.85
get_sbdy_offsetFunction · 0.85
amf_tag_skipFunction · 0.85
amf_get_field_value2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected