]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Someone's been doing something odd to t30.h :-\
authorSteve Underwood <steveu@coppice.org>
Wed, 8 Aug 2012 11:46:31 +0000 (19:46 +0800)
committerSteve Underwood <steveu@coppice.org>
Wed, 8 Aug 2012 11:46:31 +0000 (19:46 +0800)
libs/spandsp/src/spandsp/t30.h

index 1e66a95a27d9d1d9fe5aa03a43374cc939256862..ee842afea87e1cc0a03bc03dc9cdba1c4882dc6f 100644 (file)
@@ -373,12 +373,12 @@ enum
     /*! T.81 + T.30 Annex K colour sYCC-JPEG compression */
     T30_SUPPORT_SYCC_T81_COMPRESSION = 0x200,
     /*! T.88 monochrome JBIG2 compression */
-    T30_SUPPORT_T88_COMPRESSION = 0x400
-};
+    T30_SUPPORT_T88_COMPRESSION = 0x400,
     /*! Dither a gray scale image down a simple bilevel image, with rescaling to fit a FAX page */
-#define T30_SUPPORT_GRAY_TO_BILEVEL 0x10000000
+    T30_SUPPORT_GRAY_TO_BILEVEL = 0x10000000,
     /*! Dither a colour image down a simple bilevel image, with rescaling to fit a FAX page */
-#define T30_SUPPORT_COLOUR_TO_BILEVEL 0x20000000
+    T30_SUPPORT_COLOUR_TO_BILEVEL = 0x20000000
+};
 
 enum
 {