You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
xmv: Fix integer overflow
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -77,7 +77,7 @@ typedef struct XMVAudioPacket {
|
||||
uint16_t bits_per_sample; ///< Bits per compressed sample.
|
||||
uint32_t bit_rate; ///< Bits of compressed data per second.
|
||||
uint16_t flags; ///< Flags
|
||||
uint16_t block_align; ///< Bytes per compressed block.
|
||||
unsigned block_align; ///< Bytes per compressed block.
|
||||
uint16_t block_samples; ///< Decompressed samples per compressed block.
|
||||
|
||||
enum AVCodecID codec_id; ///< The codec ID of the compression scheme.
|
||||
|
Reference in New Issue
Block a user