]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv34.c
Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'
[ffmpeg] / libavcodec / rv34.c
index 65272525675b531737ab14d5592a612680f9d67d..d91e40af5244213efa4df89b881556b73a2aaae7 100644 (file)
@@ -215,7 +215,7 @@ static int rv34_decode_cbp(GetBitContext *gb, RV34VLC *vlc, int table)
 }
 
 /**
- * Get one coefficient value from the bistream and store it.
+ * Get one coefficient value from the bitstream and store it.
  */
 static inline void decode_coeff(DCTELEM *dst, int coef, int esc, GetBitContext *gb, VLC* vlc, int q)
 {