X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frv34.c;h=d91e40af5244213efa4df89b881556b73a2aaae7;hb=642a655f7d9a6afc97fff5f3ecd6a7ad5d53e0ca;hp=65272525675b531737ab14d5592a612680f9d67d;hpb=a93369845783a5a63e713c143cab2c550a6ccd82;p=ffmpeg diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c index 65272525675..d91e40af524 100644 --- a/libavcodec/rv34.c +++ b/libavcodec/rv34.c @@ -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) {