mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
mpeg: Fix int overflow, closes #756
This commit is contained in:
parent
01628f48b9
commit
e46c4b9eb2
@ -42,7 +42,7 @@ typedef struct
|
||||
size_t block_len ;
|
||||
int frame_samples ;
|
||||
double compression ;
|
||||
int initialized : 1 ;
|
||||
int initialized ;
|
||||
} MPEG_L3_ENC_PRIVATE ;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user