Mercurial > mplayer.hg
view me-opt-reg.c @ 5686:00ac1397ecb7
- new option "-burnonly": burn only the preformated bin images
- new option "-vbr": sets video bitrate
- removes mpg file after mastering cd image
(mplayer can read bin images!)
- bug fixes
author | atmos4 |
---|---|
date | Thu, 18 Apr 2002 17:41:54 +0000 |
parents | 8d4208df7c15 |
children |
line wrap: on
line source
#include "config.h" #include <stdlib.h> #include <stdio.h> #include "cfgparser.h" extern void libmpdemux_register_options(m_config_t* cfg); void me_register_options(m_config_t* cfg) { libmpdemux_register_options(cfg); }