Commit 0f798c02 authored by vaclav's avatar vaclav
Browse files

update

parent bf9e2fb5
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1214,8 +1214,8 @@ int main(
        MasaFileWriter_open( args.outputFilePath, true, &masaWriter ); /* No delay for audio in renderer, so calling metadata writer in delayCompensated mode, i.e., no delay applied to meta */
        if ( masaWriter == NULL )
        {
            fprintf( stderr, "Could not open MASA metadata file %s\n", args.outputFilePath );
            exit( -1 );
            fprintf( stderr, "\nCould not open MASA metadata file %s\n", args.outputFilePath );
            goto cleanup;
        }
    }