Loading lib_dec/lib_dec.c +3 −3 Original line number Diff line number Diff line Loading @@ -110,7 +110,6 @@ struct IVAS_DEC bool hasEditableParameters; bool enableParameterEditing; #endif }; Loading Loading @@ -942,7 +941,8 @@ ivas_error IVAS_DEC_FeedFrame_Serial( if ( ( error = IVAS_DEC_Setup( hIvasDec, &l_ts, &nTransportChannels #ifndef OBJ_EDITING_API ,&nOutChannels, &hIvasDec->nSamplesFlushed, hIvasDec->pcmType, hIvasDec->flushbuffer , &nOutChannels, &hIvasDec->nSamplesFlushed, hIvasDec->pcmType, hIvasDec->flushbuffer #endif ) ) != IVAS_ERR_OK ) { Loading apps/decoder.c +4 −4 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/lib_dec.c +3 −3 Original line number Diff line number Diff line Loading @@ -110,7 +110,6 @@ struct IVAS_DEC bool hasEditableParameters; bool enableParameterEditing; #endif }; Loading Loading @@ -942,7 +941,8 @@ ivas_error IVAS_DEC_FeedFrame_Serial( if ( ( error = IVAS_DEC_Setup( hIvasDec, &l_ts, &nTransportChannels #ifndef OBJ_EDITING_API ,&nOutChannels, &hIvasDec->nSamplesFlushed, hIvasDec->pcmType, hIvasDec->flushbuffer , &nOutChannels, &hIvasDec->nSamplesFlushed, hIvasDec->pcmType, hIvasDec->flushbuffer #endif ) ) != IVAS_ERR_OK ) { Loading