[MPlayer-cvslog] r25772 - in trunk: DOCS/tech/encoding-tips.txt DOCS/xml/en/video.xml cfg-mplayer.h
diego
subversion at mplayerhq.hu
Wed Jan 16 10:30:29 CET 2008
Author: diego
Date: Wed Jan 16 10:30:28 2008
New Revision: 25772
Log:
typo fix
Modified:
trunk/DOCS/tech/encoding-tips.txt
trunk/cfg-mplayer.h
Changes in other areas also in this revision:
Modified:
trunk/DOCS/xml/en/video.xml
Modified: trunk/DOCS/tech/encoding-tips.txt
==============================================================================
--- trunk/DOCS/tech/encoding-tips.txt (original)
+++ trunk/DOCS/tech/encoding-tips.txt Wed Jan 16 10:30:28 2008
@@ -612,7 +612,7 @@ TIPS FOR SMOKE & CLOUDS
Q: I'm trying to encode Dante's Peak and I'm having problems with clouds,
fog and smoke: They don't look fine (they look very bad if I watch the
-movie in TVout). There are some artifacts, white clouds looks as snow
+movie in TV-out). There are some artifacts, white clouds looks as snow
mountains, there are things likes hip in the colors so one can see frontier
curves between white and light gray and dark gray ... (I don't know if you
can understand me, I want to mean that the colors don't change smoothly)
Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h (original)
+++ trunk/cfg-mplayer.h Wed Jan 16 10:30:28 2008
@@ -169,7 +169,7 @@ const m_option_t mplayer_opts[]={
{"screenh", &vo_screenheight, CONF_TYPE_INT, CONF_RANGE|CONF_OLD, 0, 4096, NULL},
// Geometry string
{"geometry", &vo_geometry, CONF_TYPE_STRING, 0, 0, 0, NULL},
- // set aspect ratio of monitor - useful for 16:9 TVout
+ // set aspect ratio of monitor - useful for 16:9 TV-out
{"monitoraspect", &force_monitor_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 9.0, NULL},
{"monitorpixelaspect", &monitor_pixel_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.2, 9.0, NULL},
// video mode switching: (x11,xv,dga)
More information about the MPlayer-cvslog
mailing list