fixed in Generator: ezc_frames_stack_index was not initialized
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user