Commit 71aebd26 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Loop IVAS decoder in case of socket communication

parent 318841ac
Loading
Loading
Loading
Loading
Loading
+1 −7
Original line number Original line Diff line number Diff line
@@ -1742,7 +1742,7 @@ static ivas_error parseQuaternionData(
    {
    {
        {
        {
            /* Recieved values can be seen in console */
            /* Recieved values can be seen in console */
            /* printf( "[rotation: w=%+.2f, x=%+.2f, y=%+.2f, z=%+.2f]\n", w, x, y, z ); */
            printf( "[rotation: w=%+.2f, x=%+.2f, y=%+.2f, z=%+.2f]\n", w, x, y, z );


            pQuaternion->w = w;
            pQuaternion->w = w;
            pQuaternion->x = x;
            pQuaternion->x = x;
@@ -2563,12 +2563,6 @@ static ivas_error decodeG192(
                                goto cleanup;
                                goto cleanup;
                            }
                            }
                        }
                        }
                        else
                        {
                            break;
                        }
#else
                        break;
#endif
#endif
                    }
                    }
                    fprintf( stderr, "\nError: input bitstream file couldn't be read: %s \n\n", arg.inputBitstreamFilename );
                    fprintf( stderr, "\nError: input bitstream file couldn't be read: %s \n\n", arg.inputBitstreamFilename );