mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Document align_put_bits().
Originally committed as revision 18427 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fc660a0143
commit
facf521daa
@ -155,6 +155,9 @@ static inline void flush_put_bits(PutBitContext *s)
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
* Pads the bitstream with zeros up to the next byte boundary.
|
||||
*/
|
||||
void align_put_bits(PutBitContext *s);
|
||||
void ff_put_string(PutBitContext * pbc, const char *s, int put_zero);
|
||||
void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length);
|
||||
|
Loading…
x
Reference in New Issue
Block a user