Loading apps/decoder.c +14 −0 Original line number Diff line number Diff line Loading @@ -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 ) Loading Loading
apps/decoder.c +14 −0 Original line number Diff line number Diff line Loading @@ -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 ) Loading