Mercurial > mplayer.hg
comparison codec-cfg.c @ 6506:f0788e0f7475
SVQ1 added
author | arpi |
---|---|
date | Sat, 22 Jun 2002 23:09:40 +0000 |
parents | 37fb529873d7 |
children | 561de0125a61 |
comparison
equal
deleted
inserted
replaced
6505:e3a166f8e81f | 6506:f0788e0f7475 |
---|---|
259 "ijpg", | 259 "ijpg", |
260 "huffyuv", | 260 "huffyuv", |
261 "zlib", | 261 "zlib", |
262 "mpegpes", | 262 "mpegpes", |
263 "realvid", | 263 "realvid", |
264 "svq1", | |
264 NULL | 265 NULL |
265 }; | 266 }; |
266 char **drv=audioflag?audiodrv:videodrv; | 267 char **drv=audioflag?audiodrv:videodrv; |
267 int i; | 268 int i; |
268 | 269 |