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

Function put_bytes_output

libavcodec/put_bits.h:99–103  ·  view source on GitHub ↗

* @return the number of bytes output so far; may only be called * when the PutBitContext is freshly initialized or flushed. */

Source from the content-addressed store, hash-verified

97 * when the PutBitContext is freshly initialized or flushed.
98 */
99static inline int put_bytes_output(const PutBitContext *s)
100{
101 av_assert2(s->bit_left == BUF_BITS);
102 return s->buf_ptr - s->buf;
103}
104
105/**
106 * @param round_up When set, the number of bits written so far will be

Callers 15

vvcc_writeFunction · 0.85
update_extradataFunction · 0.85
put_swf_rectFunction · 0.85
put_swf_matrixFunction · 0.85
swf_write_headerFunction · 0.85
latm_write_packetFunction · 0.85
put_pack_headerFunction · 0.85
put_system_headerFunction · 0.85
mov_write_eac3_tagFunction · 0.85
wavpack_encode_blockFunction · 0.85
xsub_encodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected