Commit cddf557a authored by vaclav's avatar vaclav
Browse files

remove experimental code

parent 83d01396
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2612,9 +2612,6 @@ static ivas_error decodeG192(
                    return error;
                }
                
                /* Placeholder for memory reallocation */
                /* ... */

#ifdef FIX_FLOAT_1539_G192_FORMAT_SWITCH
                if ( ( error = IVAS_DEC_isRestartNeeded( hIvasDec, &restartNeeded ) ) != IVAS_ERR_OK )
                {
@@ -2646,6 +2643,9 @@ static ivas_error decodeG192(
                }
#endif

                /* Placeholder for memory reallocation */
                /* ... */

                /* Load HRTF binary file data */
                if ( arg.hrtfReaderEnabled )
                {
+0 −3
Original line number Diff line number Diff line
@@ -885,8 +885,6 @@ int main(
                goto cleanup;
            }

            if ( frame >= 50 && frame < 60 )
            {
            /* write bitstream */
            if ( ( error = BS_Writer_WriteFrame_short( hBsWriter, bitStream, numBits, totalBitrate ) ) != IVAS_ERR_OK )
            {
@@ -894,7 +892,6 @@ int main(
                goto cleanup;
            }
        }
        }

        frame++;
        if ( !arg.quietModeEnabled )