Commit 4c06fea6 authored by vaclav's avatar vaclav
Browse files

fix split-rendering -fr 5

parent c03c7ff3
Loading
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2570,6 +2570,20 @@ static ivas_error decodeG192(
                }
#endif
            }
#ifdef MEM_ALLOC_APP_DEC
            else
            {
                /* Setup ISAR handle */
                if ( isSplitRend )
                {
                    if ( ( error = IVAS_DEC_split_rend_setup( hIvasDec, splitRendBits ) ) != IVAS_ERR_OK )
                    {
                        fprintf( stderr, "\nIVAS_DEC_split_rend_setup failed: %s\n\n", IVAS_DEC_GetErrorMessage( error ) );
                        goto cleanup;
                    }
                }
            }
#endif

#ifdef SPLIT_REND_WITH_HEAD_ROT
            if ( isSplitRend )