comparison codec-cfg.c @ 2827:b4d46817f050

ms video1 (cram) codecs by Mike Melanson <melanson@pcisys.net>
author arpi
date Sun, 11 Nov 2001 13:35:00 +0000
parents 7f0862258f4b
children 283eab7c4c8e
comparison
equal deleted inserted replaced
2826:17f46b2330e9 2827:b4d46817f050
221 "vfwex", 221 "vfwex",
222 "divx4", 222 "divx4",
223 "raw", 223 "raw",
224 "rle", 224 "rle",
225 "xanim", 225 "xanim",
226 "msvidc",
226 NULL 227 NULL
227 }; 228 };
228 char **drv=audioflag?audiodrv:videodrv; 229 char **drv=audioflag?audiodrv:videodrv;
229 int i; 230 int i;
230 231