diff options
author | Diego Biurrun | 2011-10-05 14:12:42 +0200 |
---|---|---|
committer | Diego Biurrun | 2011-12-11 00:32:25 +0100 |
commit | da9cea77e314dad2fbc615a76085a0c330741f92 (patch) | |
tree | 7ddbdbf1749d1ee7c66c83f76f66bd50367b246d /libavcodec/dsputil.h | |
parent | 2e87b4c51152e0241cae7f655d53920029a0e632 (diff) |
Fix a bunch of common typos.
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 98b7b1eeaa..300160986c 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -498,8 +498,8 @@ typedef struct DSPContext { * with the zigzag/alternate scan<br> * an example to avoid confusion: * - (->decode coeffs -> zigzag reorder -> dequant -> reference idct ->...) - * - (x -> referece dct -> reference idct -> x) - * - (x -> referece dct -> simple_mmx_perm = idct_permutation -> simple_idct_mmx -> x) + * - (x -> reference dct -> reference idct -> x) + * - (x -> reference dct -> simple_mmx_perm = idct_permutation -> simple_idct_mmx -> x) * - (->decode coeffs -> zigzag reorder -> simple_mmx_perm -> dequant -> simple_idct_mmx ->...) */ uint8_t idct_permutation[64]; |