[FFmpeg-cvslog] r18441 - trunk/libavcodec/bitstream.h

stefano subversion
Sat Apr 11 16:49:47 CEST 2009


Author: stefano
Date: Sat Apr 11 16:49:46 2009
New Revision: 18441

Log:
Add documentation for skip_put_bytes().

Modified:
   trunk/libavcodec/bitstream.h

Modified: trunk/libavcodec/bitstream.h
==============================================================================
--- trunk/libavcodec/bitstream.h	Sat Apr 11 16:47:35 2009	(r18440)
+++ trunk/libavcodec/bitstream.h	Sat Apr 11 16:49:46 2009	(r18441)
@@ -335,7 +335,7 @@ static inline uint8_t* pbBufPtr(PutBitCo
 }
 
 /**
- *
+ * Skips the given number of bytes.
  * PutBitContext must be flushed & aligned to a byte boundary before calling this.
  */
 static inline void skip_put_bytes(PutBitContext *s, int n){



More information about the ffmpeg-cvslog mailing list