AVI files *can* contain aspect ration information, closes #483.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18247 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-04-24 11:28:49 +00:00
parent a26a599f16
commit fe59b74d9b
1 changed files with 1 additions and 1 deletions

View File

@ -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>