changeset 9390:79651ce180f2 libavcodec

Doxygenate put_bits_count() documentation.
author stefano
date Fri, 10 Apr 2009 22:14:45 +0000
parents 0d7c2dee6b4d
children e9c4b9d95da2
files bitstream.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitstream.h	Fri Apr 10 17:30:42 2009 +0000
+++ b/bitstream.h	Fri Apr 10 22:14:45 2009 +0000
@@ -116,7 +116,9 @@
 #endif
 }
 
-/* return the number of bits output */
+/**
+ * Returns the number of bits output.
+ */
 static inline int put_bits_count(PutBitContext *s)
 {
 #ifdef ALT_BITSTREAM_WRITER