Commit 02b496dd authored by stefano's avatar stefano

Doxygenate ff_copy_bits().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18440 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2a70fd3e
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment