diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-11-10 12:05:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-11-10 12:05:30 +0000 |
commit | 94472c1d49d5b0f129a76292166518aace855216 (patch) | |
tree | 8f867fc14d4c404cf0f58ba2e6835f53c493b7a6 /libavformat | |
parent | c238beb5d7a36fec8e75918608394c4763efc35f (diff) | |
download | ffmpeg-94472c1d49d5b0f129a76292166518aace855216.tar.gz |
comment typo
Originally committed as revision 10992 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 0972f7316d..0dbc66fd3d 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 */ |