Commit 7777efbe authored by vaclav's avatar vaclav
Browse files

clang-format

parent b769624a
Loading
Loading
Loading
Loading
Loading
+9 −19
Original line number Diff line number Diff line
@@ -788,6 +788,7 @@ cleanup:
        IVAS_DEC_GetHrtfCRendHandle( hIvasDec, &hSetOfHRTF );
        destroy_SetOfHRTF( hSetOfHRTF );
    }

    IVAS_DEC_Close( &hIvasDec );
    CustomLsReader_close( &hLsCustomReader );
    hrtfFileReader_close( &hrtfReader );
@@ -1377,10 +1378,10 @@ static bool parseCmdlIVAS_dec(
            }
            i += tmp;
        }

        /*-----------------------------------------------------------------*
         * Option not recognized
         *-----------------------------------------------------------------*/

        else
        {
            fprintf( stderr, "Error: Unknown option %s or wrong number of parameters!\n\n", argv[i] );
@@ -1972,6 +1973,7 @@ static ivas_error decodeG192(
                goto cleanup;
            }
        }

        /* Reference rotation */
        if ( arg.enableReferenceRotation )
        {
@@ -2086,26 +2088,13 @@ static ivas_error decodeG192(
            /* Once good frame decoded, catch up */
            if ( decodedGoodFrame )
            {
                error = initOnFirstGoodFrame(
                    hIvasDec,
                    arg,
                    numInitialBadFrames,
                    nOutSamples,
                    delayNumSamples_orig,
                    &delayNumSamples,
                    &delayTimeScale,
                    &bsFormat,
                    &afWriter,
                    &masaWriter,
                    ismWriters,
                    &nOutChannels,
                    &numObj
                if ( ( error = initOnFirstGoodFrame( hIvasDec, arg, numInitialBadFrames, nOutSamples, delayNumSamples_orig,
                                                     &delayNumSamples, &delayTimeScale, &bsFormat, &afWriter, &masaWriter, ismWriters, &nOutChannels, &numObj
#ifdef SPLIT_REND_WITH_HEAD_ROT
                                                     ,
                                                     &hSplitRendFileReadWrite
#endif
                );
                if ( error != IVAS_ERR_OK )
                                                     ) ) != IVAS_ERR_OK )
                {
                    goto cleanup;
                }
@@ -2334,6 +2323,7 @@ cleanup:
 *
 * Print bitstream info of a VoIP G.192 or RTPDUMP bitstream.
 *---------------------------------------------------------------------*/

static ivas_error printBitstreamInfoVoip(
    DecArguments arg,
    BS_READER_HANDLE hBsReader,
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.