Mercurial > libavformat.hg
changeset 2730:7782a46ddbf5 libavformat
comment typo
author | diego |
---|---|
date | Sat, 10 Nov 2007 12:05:30 +0000 |
parents | e808770ba0c6 |
children | 6b43751d7264 |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Fri Nov 09 12:33:28 2007 +0000 +++ b/mov.c Sat Nov 10 12:05:30 2007 +0000 @@ -632,7 +632,7 @@ get_be16(pb); /* revision level */ get_be32(pb); /* vendor */ get_be32(pb); /* temporal quality */ - get_be32(pb); /* spacial quality */ + get_be32(pb); /* spatial quality */ st->codec->width = get_be16(pb); /* width */ st->codec->height = get_be16(pb); /* height */