comparison codec-cfg.c @ 4615:b1fe5f58cd82

Added native codec support for QT RPZA data, courtesy of Roberto Togni <rtogni@freemail.it>
author melanson
date Sat, 09 Feb 2002 20:05:49 +0000
parents 3da8c5706371
children 04880518728d
comparison
equal deleted inserted replaced
4614:3de1716478e8 4615:b1fe5f58cd82
243 "nuv", 243 "nuv",
244 "cyuv", 244 "cyuv",
245 "qtsmc", 245 "qtsmc",
246 "ducktm1", 246 "ducktm1",
247 "roqvideo", 247 "roqvideo",
248 "qtrpza",
248 NULL 249 NULL
249 }; 250 };
250 char **drv=audioflag?audiodrv:videodrv; 251 char **drv=audioflag?audiodrv:videodrv;
251 int i; 252 int i;
252 253