mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-19 13:30:03 +01:00
better dont read the width/height at all, its random anyway
Originally committed as revision 4398 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1442,8 +1442,8 @@ static int mov_read_tkhd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
|
|||||||
url_fskip(pb, 36); /* display matrix */
|
url_fskip(pb, 36); /* display matrix */
|
||||||
|
|
||||||
/* those are fixed-point */
|
/* those are fixed-point */
|
||||||
st->codec.width = get_be32(pb) >> 16; /* track width */
|
/*st->codec.width =*/ get_be32(pb) >> 16; /* track width */
|
||||||
st->codec.height = get_be32(pb) >> 16; /* track height */
|
/*st->codec.height =*/ get_be32(pb) >> 16; /* track height */
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user