From: Stéphane Loeuillet Date: Mon, 24 May 2004 14:18:56 +0000 (+0000) Subject: hopefully, fix warnings in asfmux on solaris 10/with forte X-Git-Tag: 1.19.3~507^2~23175 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9360625741d5dafd005fa899641a0c2024430b3f;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gst-libs/gst/idct/mmx32idct.c b/gst-libs/gst/idct/mmx32idct.c index d5bbbdb..32f17be 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. */ /* */