* Return the pointer to the byte where the bitstream writer will put * the next bit. */
| 400 | * the next bit. |
| 401 | */ |
| 402 | static inline uint8_t *put_bits_ptr(PutBitContext *s) |
| 403 | { |
| 404 | return s->buf_ptr; |
| 405 | } |
| 406 | |
| 407 | /** |
| 408 | * Skip the given number of bytes. |
no outgoing calls
no test coverage detected