[FFmpeg-cvslog] r10992 - trunk/libavformat/mov.c

diego subversion
Sat Nov 10 13:05:30 CET 2007


Author: diego
Date: Sat Nov 10 13:05:30 2007
New Revision: 10992

Log:
comment typo


Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Sat Nov 10 13:05:30 2007
@@ -632,7 +632,7 @@ static int mov_read_stsd(MOVContext *c, 
             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 */




More information about the ffmpeg-cvslog mailing list