Main Page | File List

GlobalCon.h

00001 
00002 #ifndef _GLOBALCON_H_
00003 #define _GLOBALCON_H_
00004 
00005 
00006 
00007 //Global Constants
00008 /* source formats */
00009 #define SF_SQCIF                        1 /* 001 */
00010 #define SF_QCIF                         2 /* 010 */
00011 #define SF_CIF                          3 /* 011 */
00012 #define SF_4CIF                         4 /* 100 */
00013 #define SF_16CIF                        5 /* 101 */
00014 #define SF_CUSTOM                       6 /* 110 */
00015 #define EXTENDED_PTYPE                  7 /* 111 */
00016 
00017 #define USER_MSG_DISPLAY                                (WM_USER+1)
00018 
00019 #endif

Generated on Mon May 8 22:27:08 2006 by  doxygen 1.3.9.1