]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Doxygenate flush_put_bits() documentation.
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 10 Apr 2009 22:27:29 +0000 (22:27 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 10 Apr 2009 22:27:29 +0000 (22:27 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18426 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/bitstream.h

index 6a12a64cd152456eff2f18d099a3f5c7f4f1897b..1a422d2b0be0c103320fc35bfc19379e25362097 100644 (file)
@@ -128,7 +128,9 @@ static inline int put_bits_count(PutBitContext *s)
 #endif
 }
 
-/* pad the end of the output stream with zeros */
+/**
+ * Pads the end of the output stream with zeros.
+ */
 static inline void flush_put_bits(PutBitContext *s)
 {
 #ifdef ALT_BITSTREAM_WRITER