summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-24 14:18:56 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-24 14:18:56 +0000
commit9360625741d5dafd005fa899641a0c2024430b3f (patch)
tree903a2eb094f3315896913299198f7e3fd617187c /gst-libs/gst
parent4aa9b0d16076e3a706145344487b4454a1e888f0 (diff)
downloadgst-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/gst')
-rw-r--r--gst-libs/gst/idct/mmx32idct.c2
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. */
/* */