From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id A45164BC3E for ; Tue, 16 Jul 2024 04:10:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 27FD868D960; Tue, 16 Jul 2024 07:10:29 +0300 (EEST) Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E4A2268D674 for ; Tue, 16 Jul 2024 07:10:22 +0300 (EEST) Received: by mail-ot1-f45.google.com with SMTP id 46e09a7af769-70378348d59so256741a34.1 for ; Mon, 15 Jul 2024 21:10:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721103021; x=1721707821; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=QrmsCcfgoXus7BKRI52tCTNFJFmKOWy+CrKCzLDMxBA=; b=AKuSRcCQzktjVlAE8u5qM46j2/7L6Ng2mod1ApTta8c/DOHEno2wAqExPqozqWBZC4 qmDaClt/vLkBL65PTMgzVNwQI8HUdkK48XzyO+1AnZLfN1WVhDR99zL5bkvdGz8e1DBh ZkDhyKabMJa+H9pmShSRGomlbC1sPYZq5LgwyTgvJbuVYRMSJOctZxY+xwBGWQ2AARcc f1L6Nc0U/Vx/De/1y7Oo8l/VmD2b9yqnpPSUn6Ys9WtYDQpDQBwvlOpSR6X3c9Iui4OY xK9+tx2Efnc3XjLfol6A0Sx8mF5LquNbBRaMUrkmYLlsv+sxpeFBaw6+kOytLnFoqpmJ 8Dbg== X-Gm-Message-State: AOJu0YyEiusjlc/mMk3zY1p45VfvXVwbvGXpVReLnNukqSDSUTRgBwF4 Z+wG3TYFzVsau5rgeOssl16Xyp+5NMHOq477wmye7q1erp6c0dQkHWSnLZQT8HmNi50WomXWmMS 5sm64/mXIzZAzuyA+SIe0Mu7STMkbOz+ysCumQUh8nv/TeRFx06k= X-Google-Smtp-Source: AGHT+IHstoNm+Q2GR/+ChzQYzCoWEhHZWTNeG2REWg8kzf8PGDw48E3e4Wjx3hgl1seAwPwHAN7f79DqLlcN94cAp4U= X-Received: by 2002:a05:6870:6b99:b0:254:cae6:a812 with SMTP id 586e51a60fabf-260b8b46d50mr1298913fac.3.1721103020912; Mon, 15 Jul 2024 21:10:20 -0700 (PDT) MIME-Version: 1.0 References: <20240712232334.87395-1-dabe@dabe.com> <20240712232334.87395-2-dabe@dabe.com> <43d40e91-38f5-4c28-a6d3-5a176818c952@gyani.pro> In-Reply-To: <43d40e91-38f5-4c28-a6d3-5a176818c952@gyani.pro> From: Marth64 Date: Mon, 15 Jul 2024 23:10:10 -0500 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH 1/1] fftools/ffmpeg_opt: Exit with non-zero status when destination exists X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Gyan: > The former is not an error. The user was asked and the application > behaved as per their reply. Could it make sense to only return the AVERROR(EEXIST) if -nostdin is passed (otherwise current behavior)? I have observed this behavior too and think it's strange only in the -nostdin case. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".