diff mov.c @ 2730:7782a46ddbf5 libavformat

comment typo
author diego
date Sat, 10 Nov 2007 12:05:30 +0000
parents 9645f395842d
children d52c718e83f9
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 */