[FFmpeg-cvslog] r18440 - trunk/libavcodec/bitstream.h

stefano subversion
Sat Apr 11 16:47:35 CEST 2009


Author: stefano
Date: Sat Apr 11 16:47:35 2009
New Revision: 18440

Log:
Doxygenate ff_copy_bits().

Modified:
   trunk/libavcodec/bitstream.h

Modified: trunk/libavcodec/bitstream.h
==============================================================================
--- trunk/libavcodec/bitstream.h	Sat Apr 11 16:19:09 2009	(r18439)
+++ trunk/libavcodec/bitstream.h	Sat Apr 11 16:47:35 2009	(r18440)
@@ -160,6 +160,12 @@ static inline void flush_put_bits(PutBit
  */
 void align_put_bits(PutBitContext *s);
 void ff_put_string(PutBitContext * pbc, const char *s, int put_zero);
+
+/**
+ * Copies the content of \p src to the bitstream.
+ *
+ * @param length the number of bits of \p src to copy
+ */
 void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length);
 
 /* bit input */



More information about the ffmpeg-cvslog mailing list