comparison codec-cfg.h @ 5193:abea2deab4d6

MPlayer now has a Microsoft RLE decoder to call its own...only supports 8-bit right now, but 4-bit is forthcoming
author melanson
date Tue, 19 Mar 2002 07:07:06 +0000
parents 59df6b778d78
children 3e04fd1074d3
comparison
equal deleted inserted replaced
5192:0178b7a552d5 5193:abea2deab4d6
48 #define VFM_DSHOW 4 48 #define VFM_DSHOW 4
49 #define VFM_FFMPEG 5 49 #define VFM_FFMPEG 5
50 #define VFM_VFWEX 6 50 #define VFM_VFWEX 6
51 #define VFM_DIVX4 7 51 #define VFM_DIVX4 7
52 #define VFM_RAW 8 52 #define VFM_RAW 8
53 #define VFM_RLE 9 53 #define VFM_MSRLE 9
54 #define VFM_XANIM 10 54 #define VFM_XANIM 10
55 #define VFM_MSVIDC 11 55 #define VFM_MSVIDC 11
56 #define VFM_FLI 12 56 #define VFM_FLI 12
57 #define VFM_CINEPAK 13 57 #define VFM_CINEPAK 13
58 #define VFM_QTRLE 14 58 #define VFM_QTRLE 14