diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-18 02:46:42 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-18 02:47:34 +0100 |
commit | 8b63744f483e1f5a5d4f439fc1bbd858232ed581 (patch) | |
tree | 26645dc06617d696882fc784ed48df55731f8df3 /libavcodec/rv34.c | |
parent | 1dd33d472a608daba459b628c170e89d796f1795 (diff) | |
download | ffmpeg-8b63744f483e1f5a5d4f439fc1bbd858232ed581.tar.gz |
Fix "bistream" typo and add a check in tools/patcheck.
Diffstat (limited to 'libavcodec/rv34.c')
-rw-r--r-- | libavcodec/rv34.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c index 6527252567..d91e40af52 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) { |