Skip to content

Allocate ISAR data handle dynamically

The ISAR data handle hSplitBinRend as part of the st_ivas decoder handle is defined and allocated by default. Consequently, its memory is allocated even in cases when split rendering is not requested on the command line.

I thus think that the ISAR data handle should be allocated dynamically to not influence other than split rendering decoding configurations.