summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-24 11:28:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-24 11:28:49 +0000
commitfe59b74d9bdc9ee6d2fa61cf33a2aefb46ae3339 (patch)
tree4008a13d8417d30f852379afe268ea93c3a5b2d1 /DOCS
parenta26a599f16451e237aea0487738160b941c3e658 (diff)
downloadmpv-fe59b74d9bdc9ee6d2fa61cf33a2aefb46ae3339.tar.bz2
mpv-fe59b74d9bdc9ee6d2fa61cf33a2aefb46ae3339.tar.xz
AVI files *can* contain aspect ration information, closes #483.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18247 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/formats.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/formats.xml b/DOCS/xml/en/formats.xml
index 16ebde4185..19bb3a5750 100644
--- a/DOCS/xml/en/formats.xml
+++ b/DOCS/xml/en/formats.xml
@@ -81,7 +81,7 @@ functional.
One important feature of MPGs is that they have a field to describe the
aspect ratio of the video stream within. For example SVCDs have 480x480
resolution video, and in the header that field is set to 4:3, so that it is
-played at 640x480. AVI files do not have this field, so they have to be
+played at 640x480. AVI files often lack this field, so they have to be
rescaled during encoding or played with the <option>-aspect</option>
option.
</para>