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

Function put_bits_ptr

libavcodec/put_bits.h:402–405  ·  view source on GitHub ↗

* Return the pointer to the byte where the bitstream writer will put * the next bit. */

Source from the content-addressed store, hash-verified

400 * the next bit.
401 */
402static inline uint8_t *put_bits_ptr(PutBitContext *s)
403{
404 return s->buf_ptr;
405}
406
407/**
408 * Skip the given number of bytes.

Callers 15

output_frame_endFunction · 0.85
encode_frameFunction · 0.85
cbs_jpeg_write_scanFunction · 0.85
jpeg_table_headerFunction · 0.85
jpeg_put_commentsFunction · 0.85
dnxhd_encode_threadFunction · 0.85
ff_copy_bitsFunction · 0.85
encode_frameFunction · 0.85
encode_blockFunction · 0.85
encode_frameFunction · 0.85
cbs_vp9_write_unitFunction · 0.85
encode_hq_sliceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected