fixed in Generator: ezc_frames_stack_index was not initialized

This commit is contained in:
Tomasz Sowa 2021-07-06 23:56:29 +02:00
parent 9f416d31de
commit ae6a5c52a1
1 changed files with 1 additions and 0 deletions

View File

@ -911,6 +911,7 @@ void Generator<StreamType>::Generate()
ResizeEzcFrameStack(); ResizeEzcFrameStack();
filter_index = 0; filter_index = 0;
stack_index = 0; stack_index = 0;
ezc_frames_stack_index = 0;
block_stack_index = 0; block_stack_index = 0;
if( ppattern ) if( ppattern )