comparison codec-cfg.h @ 408:b61c5c4484f8

- applied overlay patch by Jens H
author atmosfear
date Sat, 14 Apr 2001 17:55:20 +0000
parents 3e0c68209600
children eda16e490ae7
comparison
equal deleted inserted replaced
407:0a5b131f1f11 408:b61c5c4484f8
1 #ifndef __CODEC_CFG_H 1 #ifndef __CODEC_CFG_H
2 #define __CODEC_CFG_H 2 #define __CODEC_CFG_H
3
4 #ifndef IMGFMT_YV12
5 #define IMGFMT_YV12 0x32315659
6 #define IMGFMT_YUY2 (('2'<<24)|('Y'<<16)|('U'<<8)|'Y')
7 #define IMGFMT_RGB_MASK 0xFFFFFF00
8 #define IMGFMT_RGB (('R'<<24)|('G'<<16)|('B'<<8))
9 #define IMGFMT_BGR_MASK 0xFFFFFF00
10 #define IMGFMT_BGR (('B'<<24)|('G'<<16)|('R'<<8))
11 #endif
12 3
13 #define CODECS_MAX_FOURCC 16 4 #define CODECS_MAX_FOURCC 16
14 #define CODECS_MAX_OUTFMT 16 5 #define CODECS_MAX_OUTFMT 16
15 6
16 // Global flags: 7 // Global flags: