From 9360625741d5dafd005fa899641a0c2024430b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Mon, 24 May 2004 14:18:56 +0000 Subject: hopefully, fix warnings in asfmux on solaris 10/with forte Original commit message from CVS: hopefully, fix warnings in asfmux on solaris 10/with forte --- gst-libs/gst/idct/mmx32idct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-libs/gst/idct') diff --git a/gst-libs/gst/idct/mmx32idct.c b/gst-libs/gst/idct/mmx32idct.c index d5bbbdb9..32f17bea 100644 --- a/gst-libs/gst/idct/mmx32idct.c +++ b/gst-libs/gst/idct/mmx32idct.c @@ -59,7 +59,7 @@ /* the (3rd) step uses different shift&round constants (explained later.) */ /* */ /* Also note that the intermediate transpose (2) would not be neccessary, */ -/* if the subsequent operation were a iDCT-column transformation. Since */ +/* if the subsequent operation were an iDCT-column transformation. Since */ /* we only have the iDCT-row transform, we transpose the intermediate */ /* matrix and use the iDCT-row transform a 2nd time. */ /* */ -- cgit v1.2.1