[MPlayer-cvslog] CVS: main cfg-mencoder.h,1.89,1.90

Nico Sabbi CVS syncmail at mplayerhq.hu
Mon Feb 21 22:45:51 CET 2005


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv7717

Modified Files:
	cfg-mencoder.h 
Log Message:
new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (sanity checks in the muxer_init functions)

Index: cfg-mencoder.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- cfg-mencoder.h	21 Sep 2004 19:45:49 -0000	1.89
+++ cfg-mencoder.h	21 Feb 2005 21:45:48 -0000	1.90
@@ -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"




More information about the MPlayer-cvslog mailing list