mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
omadec: make sample rate table large enough to prevent out of array reading.
The new values lead to error messages when used Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -37,7 +37,7 @@ enum {
|
||||
OMA_CODECID_WMA = 5,
|
||||
};
|
||||
|
||||
extern const uint16_t ff_oma_srate_tab[6];
|
||||
extern const uint16_t ff_oma_srate_tab[8];
|
||||
|
||||
extern const AVCodecTag ff_oma_codec_tags[];
|
||||
|
||||
|
Reference in New Issue
Block a user