Mercurial > mplayer.hg
comparison codec-cfg.c @ 3804:53ed66a4f0bf
NuppelVideo decoder added, based on Panagiotis Issaris' patch
author | alex |
---|---|
date | Thu, 27 Dec 2001 21:32:17 +0000 |
parents | d1e3ad5bcd8f |
children | 8a88ed2473aa |
comparison
equal
deleted
inserted
replaced
3803:b081763865d4 | 3804:53ed66a4f0bf |
---|---|
235 "xanim", | 235 "xanim", |
236 "msvidc", | 236 "msvidc", |
237 "fli", | 237 "fli", |
238 "cinepak", | 238 "cinepak", |
239 "qtrle", | 239 "qtrle", |
240 "nuv", | |
240 NULL | 241 NULL |
241 }; | 242 }; |
242 char **drv=audioflag?audiodrv:videodrv; | 243 char **drv=audioflag?audiodrv:videodrv; |
243 int i; | 244 int i; |
244 | 245 |