diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-24 14:18:56 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-24 14:18:56 +0000 |
commit | 9360625741d5dafd005fa899641a0c2024430b3f (patch) | |
tree | 903a2eb094f3315896913299198f7e3fd617187c /gst-libs | |
parent | 4aa9b0d16076e3a706145344487b4454a1e888f0 (diff) | |
download | gst-plugins-bad-9360625741d5dafd005fa899641a0c2024430b3f.tar.gz gst-plugins-bad-9360625741d5dafd005fa899641a0c2024430b3f.tar.bz2 gst-plugins-bad-9360625741d5dafd005fa899641a0c2024430b3f.zip |
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
Diffstat (limited to 'gst-libs')
-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.
*/ /*
*/ |