[SCM] libav/experimental: Document ff_put_string().

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:43:49 UTC 2013


The following commit has been merged in the experimental branch:
commit 930cab5944268c72722ff55ffd0daf0d55c44453
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Apr 11 21:01:30 2009 +0000

    Document ff_put_string().
    
    Originally committed as revision 18447 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index 519c188..a20efc7 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -159,6 +159,12 @@ static inline void flush_put_bits(PutBitContext *s)
  * Pads the bitstream with zeros up to the next byte boundary.
  */
 void align_put_bits(PutBitContext *s);
+
+/**
+ * Puts the string \p s in the bitstream.
+ *
+ * @param terminate_string 0-terminates the written string if value is 1
+ */
 void ff_put_string(PutBitContext * pbc, const char *s, int terminate_string);
 
 /**

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list