]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/bitstream.h
Doxygenate flush_put_bits() documentation.
[frescor/ffmpeg.git] / 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