]> git.sesse.net Git - vlc/blobdiff - modules/codec/wmafixed/bitstream.h
avcodec: move debug message to correct place
[vlc] / modules / codec / wmafixed / bitstream.h
index 0d5328a1e167abcce16ad92269fd6542e3899670..c2d919c681b73bfa97572f46c3926aadb8364a1b 100644 (file)
@@ -369,7 +369,7 @@ static inline void skip_put_bytes(PutBitContext *s, int n){
 
 /**
  * skips the given number of bits.
- * must only be used if the actual values in the bitstream dont matter
+ * must only be used if the actual values in the bitstream do not matter
  */
 static inline void skip_put_bits(PutBitContext *s, int n){
 #ifdef ALT_BITSTREAM_WRITER