diff ppc/mpegvideo_ppc.c @ 5749:784dcbdc910f libavcodec

cosmetics: Fix AltiVec spelling.
author diego
date Tue, 02 Oct 2007 10:34:57 +0000
parents f4b916b6f5c5
children
line wrap: on
line diff
--- a/ppc/mpegvideo_ppc.c	Tue Oct 02 10:26:42 2007 +0000
+++ b/ppc/mpegvideo_ppc.c	Tue Oct 02 10:34:57 2007 +0000
@@ -51,14 +51,14 @@
         (((long)(s->q_inter_matrix) & 0x0f) != 0))
     {
         av_log(s->avctx, AV_LOG_INFO, "Internal Error: q-matrix blocks must be 16-byte aligned "
-                "to use Altivec DCT. Reverting to non-altivec version.\n");
+                "to use AltiVec DCT. Reverting to non-AltiVec version.\n");
         return;
     }
 
     if (((long)(s->intra_scantable.inverse) & 0x0f) != 0)
     {
         av_log(s->avctx, AV_LOG_INFO, "Internal Error: scan table blocks must be 16-byte aligned "
-                "to use Altivec DCT. Reverting to non-altivec version.\n");
+                "to use AltiVec DCT. Reverting to non-AltiVec version.\n");
         return;
     }