mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 16:22:37 +00:00
avformat/ty: rec_size seems to only need 32bit
May help CID1604560 Overflowed integer argument Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
41745e550a
commit
be30913538
@ -49,7 +49,7 @@ static const uint8_t ty_AC3AudioPacket[] = { 0x00, 0x00, 0x01, 0xbd };
|
||||
#define CHUNK_PEEK_COUNT 3 /* number of chunks to probe */
|
||||
|
||||
typedef struct TyRecHdr {
|
||||
int64_t rec_size;
|
||||
int32_t rec_size;
|
||||
uint8_t ex[2];
|
||||
uint8_t rec_type;
|
||||
uint8_t subrec_type;
|
||||
|
Loading…
Reference in New Issue
Block a user