diff cfg-mencoder.h @ 14753:70c446099f40

new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (sanity checks in the muxer_init functions)
author nicodvb
date Mon, 21 Feb 2005 21:45:49 +0000
parents 0f92ad66bbb5
children 7a2adc5e8928
line wrap: on
line diff
--- a/cfg-mencoder.h	Mon Feb 21 17:40:46 2005 +0000
+++ b/cfg-mencoder.h	Mon Feb 21 21:45:49 2005 +0000
@@ -72,6 +72,7 @@
 #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 @@
 #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"