comparison codec-cfg.c @ 1948:e0cc7b7290ec

native codec 'rle' added
author arpi
date Mon, 24 Sep 2001 20:21:53 +0000
parents 4d8123ae7b4b
children 72f0648df475
comparison
equal deleted inserted replaced
1947:06d9db9be752 1948:e0cc7b7290ec
219 "dshow", 219 "dshow",
220 "ffmpeg", 220 "ffmpeg",
221 "vfwex", 221 "vfwex",
222 "divx4", 222 "divx4",
223 "raw", 223 "raw",
224 "rle",
224 NULL 225 NULL
225 }; 226 };
226 char **drv=audioflag?audiodrv:videodrv; 227 char **drv=audioflag?audiodrv:videodrv;
227 int i; 228 int i;
228 229