OSDN Git Service

Doxygenate ff_copy_bits().
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 11 Apr 2009 14:47:35 +0000 (14:47 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 11 Apr 2009 14:47:35 +0000 (14:47 +0000)
Originally committed as revision 18440 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bitstream.h

index 8b9a2b9..27ababf 100644 (file)
@@ -160,6 +160,12 @@ static inline void flush_put_bits(PutBitContext *s)
  */
 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 */