* Changes the end of the buffer. * * @param size the new size in bytes of the buffer where to put bits */
| 336 | * @param size the new size in bytes of the buffer where to put bits |
| 337 | */ |
| 338 | static 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 */ |
no outgoing calls
no test coverage detected