[FFmpeg-cvslog] r18427 - trunk/libavcodec/bitstream.h
stefano
subversion
Sat Apr 11 00:29:56 CEST 2009
Author: stefano
Date: Sat Apr 11 00:29:56 2009
New Revision: 18427
Log:
Document align_put_bits().
Modified:
trunk/libavcodec/bitstream.h
Modified: trunk/libavcodec/bitstream.h
==============================================================================
--- trunk/libavcodec/bitstream.h Sat Apr 11 00:27:29 2009 (r18426)
+++ trunk/libavcodec/bitstream.h Sat Apr 11 00:29:56 2009 (r18427)
@@ -155,6 +155,9 @@ static inline void flush_put_bits(PutBit
#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);
More information about the ffmpeg-cvslog
mailing list