| 310 | } |
| 311 | |
| 312 | bool SubByteReader::byte_aligned() const |
| 313 | { |
| 314 | return (this->posInBufferBits == 0 || this->posInBufferBits == 8); |
| 315 | } |
| 316 | |
| 317 | /* Is there more data? If the current position in the sei_payload() syntax |
| 318 | structure is not the position of the last (least significant, right- most) |