summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-21 21:45:49 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-21 21:45:49 +0000
commit10069de306ed73689d8b62dd5ae72814e6ed03d1 (patch)
tree4006f167d138393e040bebd2a4ebd6ed00e0be34 /cfg-mencoder.h
parent4dc848b8033d0f67ce1639a7505442be8ba3e87c (diff)
downloadmpv-10069de306ed73689d8b62dd5ae72814e6ed03d1.tar.bz2
mpv-10069de306ed73689d8b62dd5ae72814e6ed03d1.tar.xz
new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (sanity checks in the muxer_init functions)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14754 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index d0ec47be12..cb8a43b0b2 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -72,6 +72,7 @@ extern m_option_t x264encopts_conf[];
#endif
extern m_option_t nuvopts_conf[];
+extern m_option_t mpegopts_conf[];
m_option_t ovc_conf[]={
{"copy", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_COPY, NULL},
@@ -269,6 +270,7 @@ m_option_t mencoder_opts[]={
#endif
{"nuvopts", nuvopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+ {"mpegopts", mpegopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#define MAIN_CONF
#include "cfg-common.h"