diff options
Diffstat (limited to 'bitstream.h')
-rw-r--r-- | bitstream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitstream.h b/bitstream.h index 87edec3..1520c57 100644 --- a/bitstream.h +++ b/bitstream.h @@ -31,4 +31,7 @@ void BitstreamAppendUE(struct Bitstream* bitstream, uint32_t bits); void BitstreamAppendSE(struct Bitstream* bitstream, int32_t bits); void BitstreamByteAlign(struct Bitstream* bitstream); +void BitstreamInflate(struct Bitstream* bitstream, + const struct Bitstream* source); + #endif // STREAMER_BITSTREAM_H_ |