[Mplayer-cvslog] CVS: main cfg-mencoder.h,1.79,1.80
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Sun Mar 21 22:32:55 CET 2004
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv10458
Modified Files:
cfg-mencoder.h
Log Message:
explicit option for AVI PRP header
Index: cfg-mencoder.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- cfg-mencoder.h 9 Mar 2004 14:46:34 -0000 1.79
+++ cfg-mencoder.h 21 Mar 2004 21:32:53 -0000 1.80
@@ -58,6 +58,8 @@
extern m_option_t xvidencopts_conf[];
#endif
+extern float avi_prp_aspect;
+
extern m_option_t nuvopts_conf[];
m_option_t ovc_conf[]={
@@ -192,6 +194,9 @@
// override FOURCC in output file
{"ffourcc", &force_fourcc, CONF_TYPE_STRING, 0, 4, 4, NULL},
+ // avi muxer - include prp header with aspect ratio
+ {"aviaspect", &avi_prp_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.2, 3.0, NULL},
+
{"pass", "The -pass option is obsolete. Use -lavcopts vpass=n or -divx4opts pass=n!\nRTFM!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{"passlogfile", &passtmpfile, CONF_TYPE_STRING, 0, 0, 0, NULL},
More information about the MPlayer-cvslog
mailing list