comparison codec-cfg.c @ 6701:522713337297

Support for Xvid using their new api. If divx4 compatiblity is disabeled in xvid it can be used along with divx4.
author albeu
date Wed, 10 Jul 2002 20:56:57 +0000
parents 1075fe5fc8c3
children 713182435a76
comparison
equal deleted inserted replaced
6700:3b1be2b0fa55 6701:522713337297
261 "huffyuv", 261 "huffyuv",
262 "zlib", 262 "zlib",
263 "mpegpes", 263 "mpegpes",
264 "realvid", 264 "realvid",
265 "svq1", 265 "svq1",
266 "xvid",
266 NULL 267 NULL
267 }; 268 };
268 char **drv=audioflag?audiodrv:videodrv; 269 char **drv=audioflag?audiodrv:videodrv;
269 int i; 270 int i;
270 271