mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 05:11:09 +00:00
Document ff_put_string().
Originally committed as revision 18447 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cfb9b3550b
commit
930cab5944
@ -159,6 +159,12 @@ 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);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Puts the string \p s in the bitstream.
|
||||||
|
*
|
||||||
|
* @param terminate_string 0-terminates the written string if value is 1
|
||||||
|
*/
|
||||||
void ff_put_string(PutBitContext * pbc, const char *s, int terminate_string);
|
void ff_put_string(PutBitContext * pbc, const char *s, int terminate_string);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user