[SCM] libav/experimental: Doxygenate ff_copy_bits().
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:43:46 UTC 2013
The following commit has been merged in the experimental branch:
commit 093364da3037cf1e3f43ea6f9383ae48cba85704
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Sat Apr 11 14:47:35 2009 +0000
Doxygenate ff_copy_bits().
Originally committed as revision 18440 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index 8b9a2b9..27ababf 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -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 */
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list