mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
ff_ac3_apply_rematrixing: set flags to NULL
This makes the code more robust Related to CID703820 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
74a50e75a8
commit
712287ef45
@ -273,7 +273,7 @@ void ff_ac3_apply_rematrixing(AC3EncodeContext *s)
|
||||
int nb_coefs;
|
||||
int blk, bnd, i;
|
||||
int start, end;
|
||||
uint8_t *flags;
|
||||
uint8_t *flags = NULL;
|
||||
|
||||
if (!s->rematrixing_enabled)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user