comparison codec-cfg.c @ 3172:bb38b6b072f8

support for FLI image decoding
author melanson
date Wed, 28 Nov 2001 01:35:55 +0000
parents 283eab7c4c8e
children c91d9c4512c5
comparison
equal deleted inserted replaced
3171:3a325e7f6e1d 3172:bb38b6b072f8
226 "divx4", 226 "divx4",
227 "raw", 227 "raw",
228 "rle", 228 "rle",
229 "xanim", 229 "xanim",
230 "msvidc", 230 "msvidc",
231 "fli",
231 NULL 232 NULL
232 }; 233 };
233 char **drv=audioflag?audiodrv:videodrv; 234 char **drv=audioflag?audiodrv:videodrv;
234 int i; 235 int i;
235 236