[SCM] libav/experimental: comment typo

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:09:21 UTC 2013


The following commit has been merged in the experimental branch:
commit 94472c1d49d5b0f129a76292166518aace855216
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat Nov 10 12:05:30 2007 +0000

    comment typo
    
    Originally committed as revision 10992 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 0972f73..0dbc66f 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -632,7 +632,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
             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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list