Commit 979efea9 authored by diego's avatar diego

comment typo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10992 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b3e8f06d
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment