Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef AVCODEC_LCL_H
00023 #define AVCODEC_LCL_H
00024
00025 #define BMPTYPE_YUV 1
00026 #define BMPTYPE_RGB 2
00027
00028 #define IMGTYPE_YUV111 0
00029 #define IMGTYPE_YUV422 1
00030 #define IMGTYPE_RGB24 2
00031 #define IMGTYPE_YUV411 3
00032 #define IMGTYPE_YUV211 4
00033 #define IMGTYPE_YUV420 5
00034
00035 #define COMP_MSZH 0
00036 #define COMP_MSZH_NOCOMP 1
00037 #define COMP_ZLIB_HISPEED 1
00038 #define COMP_ZLIB_HICOMP 9
00039 #define COMP_ZLIB_NORMAL -1
00040
00041 #define FLAG_MULTITHREAD 1
00042 #define FLAG_NULLFRAME 2
00043 #define FLAG_PNGFILTER 4
00044 #define FLAGMASK_UNUSED 0xf8
00045
00046 #define CODEC_MSZH 1
00047 #define CODEC_ZLIB 3
00048
00049 #endif