[FFmpeg-cvslog] r20637 - trunk/libavcodec/put_bits.h

stefano subversion
Sat Nov 28 11:17:44 CET 2009


Author: stefano
Date: Sat Nov 28 11:17:43 2009
New Revision: 20637

Log:
Fix typo, "Write" -> "Writes".

Modified:
   trunk/libavcodec/put_bits.h

Modified: trunk/libavcodec/put_bits.h
==============================================================================
--- trunk/libavcodec/put_bits.h	Sat Nov 28 02:13:43 2009	(r20636)
+++ trunk/libavcodec/put_bits.h	Sat Nov 28 11:17:43 2009	(r20637)
@@ -137,7 +137,7 @@ void ff_put_string(PutBitContext * pbc, 
 void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length);
 
 /**
- * Write up to 31 bits into a bitstream.
+ * Writes up to 31 bits into a bitstream.
  * Use put_bits32 to write 32 bits.
  */
 static inline void put_bits(PutBitContext *s, int n, unsigned int value)



More information about the ffmpeg-cvslog mailing list