fixed in Generator: ezc_frames_stack_index was not initialized

This commit is contained in:
2021-07-06 23:56:29 +02:00
parent 9f416d31de
commit ae6a5c52a1

View File

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