]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/get_bits.h
configure: allow overriding ranlib
[ffmpeg] / libavcodec / get_bits.h
index 7824e5ab0fda1a17326ebec463fff5929a7d3a11..82421cba32d30aba6c880d2442a8552c08de4749 100644 (file)
@@ -219,7 +219,7 @@ static inline void skip_bits_long(GetBitContext *s, int n)
 }
 
 /**
- * read mpeg1 dc style vlc (sign bit + mantisse with no MSB).
+ * read mpeg1 dc style vlc (sign bit + mantissa with no MSB).
  * if MSB not set it is negative
  * @param n length in bits
  */