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

Function set_put_bits_buffer_size

libavcodec/put_bits.h:338–341  ·  view source on GitHub ↗

* Changes the end of the buffer. * * @param size the new size in bytes of the buffer where to put bits */

Source from the content-addressed store, hash-verified

336 * @param size the new size in bytes of the buffer where to put bits
337 */
338static inline void set_put_bits_buffer_size(PutBitContext *s, int size)
339{
340 s->buf_end= s->buf + size;
341}
342
343#endif /* AVCODEC_PUT_BITS_H */

Callers 2

ff_mpeg4_init_partitionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected