]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/get_bits.h
Merge commit '1f1ad8ace040a08edc2646ff638ca42a8828779f'
[ffmpeg] / libavcodec / get_bits.h
index 4cf61d6f1bd406c653585ea0b34480ff68af22fb..48c3c4438714c41896dacd6f4176fc03ca5598c1 100644 (file)
@@ -91,7 +91,7 @@ typedef struct RL_VLC_ELEM {
  *
  * GET_CACHE(name, gb)
  *   Will output the contents of the internal cache,
- *   next bit is MSB of 32 or 64 bit (FIXME 64bit).
+ *   next bit is MSB of 32 or 64 bits (FIXME 64 bits).
  *
  * SHOW_UBITS(name, gb, num)
  *   Will return the next num bits.
@@ -224,7 +224,7 @@ static inline void skip_bits_long(GetBitContext *s, int n)
 }
 
 /**
- * read mpeg1 dc style vlc (sign bit + mantissa with no MSB).
+ * Read MPEG-1 dc-style VLC (sign bit + mantissa with no MSB).
  * if MSB not set it is negative
  * @param n length in bits
  */