[FFmpeg-cvslog] dsputil: fix typo (referece -> reference).

Clément Bœsch git at videolan.org
Wed Nov 2 07:56:22 CET 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed Nov  2 07:54:44 2011 +0100| [971e7104381fbb30686041506ff0ed752d9d1697] | committer: Clément Bœsch

dsputil: fix typo (referece -> reference).

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=971e7104381fbb30686041506ff0ed752d9d1697
---

 libavcodec/dsputil.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 22c51a0..92e081c 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -479,8 +479,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];



More information about the ffmpeg-cvslog mailing list