You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
comment typo
Originally committed as revision 10992 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -632,7 +632,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
|
|||||||
get_be16(pb); /* revision level */
|
get_be16(pb); /* revision level */
|
||||||
get_be32(pb); /* vendor */
|
get_be32(pb); /* vendor */
|
||||||
get_be32(pb); /* temporal quality */
|
get_be32(pb); /* temporal quality */
|
||||||
get_be32(pb); /* spacial quality */
|
get_be32(pb); /* spatial quality */
|
||||||
|
|
||||||
st->codec->width = get_be16(pb); /* width */
|
st->codec->width = get_be16(pb); /* width */
|
||||||
st->codec->height = get_be16(pb); /* height */
|
st->codec->height = get_be16(pb); /* height */
|
||||||
|
Reference in New Issue
Block a user