|
|
@@ -159,7 +159,7 @@ static inline void flush_put_bits(PutBitContext *s) |
|
|
* Pads the bitstream with zeros up to the next byte boundary. |
|
|
* Pads the bitstream with zeros up to the next byte boundary. |
|
|
*/ |
|
|
*/ |
|
|
void align_put_bits(PutBitContext *s); |
|
|
void align_put_bits(PutBitContext *s); |
|
|
void ff_put_string(PutBitContext * pbc, const char *s, int put_zero); |
|
|
|
|
|
|
|
|
void ff_put_string(PutBitContext * pbc, const char *s, int terminate_string); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Copies the content of \p src to the bitstream. |
|
|
* Copies the content of \p src to the bitstream. |
|
|
|