| 161 | } |
| 162 | |
| 163 | static av_always_inline int bytestream2_get_bytes_left_p(const PutByteContext *p) |
| 164 | { |
| 165 | return p->buffer_end - p->buffer; |
| 166 | } |
| 167 | |
| 168 | static av_always_inline void bytestream2_skip(GetByteContext *g, |
| 169 | unsigned int size) |
no outgoing calls
no test coverage detected