Re: [FFmpeg-devel] [PATCH] avformat/file: fail for non-numerical arguments to pipe:

2024-05-05 Thread Marton Balint
On Mon, 29 Apr 2024, Nils Goroll wrote: Before this patch, the implementation of pipe: inputs/outputs would silently fall back to stdin/stdout for any argument not successfully parsed by strtol(). This patch introduces an explicit error for any non-numerical arguments, which should avoid user

[FFmpeg-devel] [PATCH] avformat/file: fail for non-numerical arguments to pipe:

2024-04-29 Thread Nils Goroll
Before this patch, the implementation of pipe: inputs/outputs would silently fall back to stdin/stdout for any argument not successfully parsed by strtol(). This patch introduces an explicit error for any non-numerical arguments, which should avoid user confusion as in #10977. New behavior: $ c