diff options
-rw-r--r-- | gst-libs/gst/idct/mmx32idct.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.
*/ /*
*/ |