Commit 87acb66c authored by malenov's avatar malenov
Browse files

fox force_dir initialization to empty string

parent 63193a8f
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1475,10 +1475,9 @@ ivas_error IVAS_ENC_SetForcedMode(
    }

#ifdef DEBUG_FORCE_DIR
    hIvasEnc->st_ivas->hEncoderConfig->force_dir[0] = '\0';
    if ( forcedMode < IVAS_ENC_FORCE_FILE )
    {
        hIvasEnc->st_ivas->hEncoderConfig->force_dir[0] = '\0';

        if ( ( error = forcedModeApiToInternal( forcedMode, &newForced ) ) != IVAS_ERR_OK )
        {
            return error;