[FFmpeg-soc] [soc]: r5047 - jpeg2000/j2k.h

jai_menon subversion at mplayerhq.hu
Wed Aug 12 21:57:27 CEST 2009


Author: jai_menon
Date: Wed Aug 12 21:57:27 2009
New Revision: 5047

Log:
100l : fix #defines and make them consistent.

Modified:
   jpeg2000/j2k.h

Modified: jpeg2000/j2k.h
==============================================================================
--- jpeg2000/j2k.h	Wed Aug 12 21:11:33 2009	(r5046)
+++ jpeg2000/j2k.h	Wed Aug 12 21:57:27 2009	(r5047)
@@ -89,11 +89,11 @@ enum J2kQuantsty{ ///< quantization styl
 
 // Codeblock coding styles
 #define J2K_CBLK_BYPASS    0x01 // Selective arithmetic coding bypass
-#define JPC_CBLK_RESET     0x02 // Reset context probabilities
-#define JPC_CBLK_TERMALL   0x04 // Terminate after each coding pass
-#define JPC_CBLK_VSC       0x08 // Vertical stripe causal context formation
-#define JPC_CBLK_PREDTERM  0x10 // Predictable termination
-#define JPC_CBLK_SEGSYM    0x20 // Segmentation symbols present
+#define J2K_CBLK_RESET     0x02 // Reset context probabilities
+#define J2K_CBLK_TERMALL   0x04 // Terminate after each coding pass
+#define J2K_CBLK_VSC       0x08 // Vertical stripe causal context formation
+#define J2K_CBLK_PREDTERM  0x10 // Predictable termination
+#define J2K_CBLK_SEGSYM    0x20 // Segmentation symbols present
 
 // Coding styles
 #define J2K_CSTY_SOP       0x02 // SOP marker present


More information about the FFmpeg-soc mailing list