changeset 9403:12fe11381b21 libavcodec

Doxygenate ff_copy_bits().
author stefano
date Sat, 11 Apr 2009 14:47:35 +0000
parents 9a1c34f662e4
children 72d354a91367
files bitstream.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bitstream.h	Sat Apr 11 14:19:09 2009 +0000
+++ b/bitstream.h	Sat Apr 11 14:47:35 2009 +0000
@@ -160,6 +160,12 @@
  */
 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 */