]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Doxygenate ff_copy_bits().
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 11 Apr 2009 14:47:35 +0000 (14:47 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 11 Apr 2009 14:47:35 +0000 (14:47 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18440 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/bitstream.h

index 8b9a2b979e2b0f4fb563e91c47771f8d10bb0395..27ababf6213d8726ca6468f2bf2a9fa003410b69 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 */