summaryrefslogtreecommitdiff
path: root/libs/idct/gstidct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/idct/gstidct.h')
-rw-r--r--libs/idct/gstidct.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/idct/gstidct.h b/libs/idct/gstidct.h
index 1d26bf4fa..2e0fd4b06 100644
--- a/libs/idct/gstidct.h
+++ b/libs/idct/gstidct.h
@@ -24,12 +24,12 @@
#include <glib.h>
typedef enum {
- GST_IDCT_DEFAULT, // default
- GST_IDCT_INT, // integer IDCT
- GST_IDCT_FAST_INT, // fastest integer
- GST_IDCT_FLOAT, // accurate float version
- GST_IDCT_MMX, // fast MMX (not accurate)
- GST_IDCT_MMX32, // accurate MMX
+ GST_IDCT_DEFAULT,
+ GST_IDCT_INT,
+ GST_IDCT_FAST_INT,
+ GST_IDCT_FLOAT,
+ GST_IDCT_MMX,
+ GST_IDCT_MMX32
} GstIDCTMethod;
typedef struct _GstIDCT GstIDCT;