changeset 18246:efd37d974b0b

AVI files *can* contain aspect ration information, closes #483.
author diego
date Mon, 24 Apr 2006 11:28:49 +0000
parents 2a5ea72115f8
children 3c1418657a36
files DOCS/xml/en/formats.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/formats.xml	Mon Apr 24 11:26:01 2006 +0000
+++ b/DOCS/xml/en/formats.xml	Mon Apr 24 11:28:49 2006 +0000
@@ -81,7 +81,7 @@
 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>