comparison codec-cfg.h @ 1410:eda16e490ae7

using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)
author arpi
date Sun, 29 Jul 2001 02:08:27 +0000
parents b61c5c4484f8
children 70652cb8c402
comparison
equal deleted inserted replaced
1409:65058a94df3b 1410:eda16e490ae7
15 #define CODECS_STATUS_NOT_WORKING 0 15 #define CODECS_STATUS_NOT_WORKING 0
16 #define CODECS_STATUS_UNTESTED -1 16 #define CODECS_STATUS_UNTESTED -1
17 #define CODECS_STATUS_PROBLEMS 1 17 #define CODECS_STATUS_PROBLEMS 1
18 #define CODECS_STATUS_WORKING 2 18 #define CODECS_STATUS_WORKING 2
19 19
20 // Codec family/driver:
21 #define AFM_MPEG 1
22 #define AFM_PCM 2
23 #define AFM_AC3 3
24 #define AFM_ACM 4
25 #define AFM_ALAW 5
26 #define AFM_GSM 6
27 #define AFM_DSHOW 7
28 #define AFM_DVDPCM 8
29
30 #define VFM_MPEG 1
31 #define VFM_VFW 2
32 #define VFM_ODIVX 3
33 #define VFM_DSHOW 4
34 #define VFM_FFMPEG 5
35 #define VFM_VFWEX 6
36 #define VFM_DIVX4 7
20 37
21 typedef struct { 38 typedef struct {
22 unsigned long f1; 39 unsigned long f1;
23 unsigned short f2; 40 unsigned short f2;
24 unsigned short f3; 41 unsigned short f3;