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

Function bytestream2_get_bytes_left

libavcodec/bytestream.h:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158static av_always_inline int bytestream2_get_bytes_left(const GetByteContext *g)
159{
160 return g->buffer_end - g->buffer;
161}
162
163static av_always_inline int bytestream2_get_bytes_left_p(const PutByteContext *p)
164{

Callers 15

gif_parse_packetFunction · 0.85
parse_utfFunction · 0.85
moflex_probeFunction · 0.85
read_connectFunction · 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
ff_amf_tag_sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected