Loading apps/decoder.c +5 −1 Original line number Diff line number Diff line Loading @@ -2241,6 +2241,10 @@ static ivas_error decodeVoIP( /* Once good frame decoded, catch up */ if ( decodedGoodFrame ) { #ifdef SPLIT_REND_WITH_HEAD_ROT SplitFileReadWrite *hSplitRendFileReadWrite = NULL; #endif error = initOnFirstGoodFrame( hIvasDec, arg, Loading @@ -2257,7 +2261,7 @@ static ivas_error decodeVoIP( &numObj #ifdef SPLIT_REND_WITH_HEAD_ROT , NULL &hSplitRendFileReadWrite #endif ); if ( error != IVAS_ERR_OK ) Loading Loading
apps/decoder.c +5 −1 Original line number Diff line number Diff line Loading @@ -2241,6 +2241,10 @@ static ivas_error decodeVoIP( /* Once good frame decoded, catch up */ if ( decodedGoodFrame ) { #ifdef SPLIT_REND_WITH_HEAD_ROT SplitFileReadWrite *hSplitRendFileReadWrite = NULL; #endif error = initOnFirstGoodFrame( hIvasDec, arg, Loading @@ -2257,7 +2261,7 @@ static ivas_error decodeVoIP( &numObj #ifdef SPLIT_REND_WITH_HEAD_ROT , NULL &hSplitRendFileReadWrite #endif ); if ( error != IVAS_ERR_OK ) Loading