You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
vulkan_ffv1: init overread/corrupt fields
Forgotten.
This commit is contained in:
@ -193,8 +193,8 @@ void rac_init(out RangeCoder r, u8buf data, uint buf_size)
|
||||
}
|
||||
|
||||
/* Decoder */
|
||||
uint overread;
|
||||
bool corrupt;
|
||||
uint overread = 0;
|
||||
bool corrupt = false;
|
||||
|
||||
void rac_init_dec(out RangeCoder r, u8buf data, uint buf_size)
|
||||
{
|
||||
|
Reference in New Issue
Block a user