]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - bitstream.h
wma: Decode as much as possible.
[paraslash.git] / bitstream.h
index 46038842092121e8dc2c7be675f07d01408738e6..09994142bc9e343a09c96fca951b8f9117df5977 100644 (file)
@@ -63,9 +63,9 @@ static inline unsigned int get_bit(struct getbit_context *gbc)
 /**
  * Initialize a getbit_context structure.
  *
- * \param buffer The bitstream buffer. It must be FF_INPUT_BUFFER_PADDING_SIZE
- * bytes larger then the actual read bits * because some optimized bitstream
- * readers read 32 or 64 bit at once and could read over the end.
+ * \param buffer The bitstream buffer. It must be 4 bytes larger then the
+ * actual read bits because the bitstream reader might read 32 bits at once and
+ * could read over the end.
  *
  * \param bit_size The size of the buffer in bytes.
  */