Hello, Can I get some eyes on this please?
On Fri, 16 May 2025 at 01:24, Appaji Chintimi wrote:
>
> Can you elaborate a bit more why this requires more changes? My understanding
> is, to check for different cases and handle them differently:
>
> 1. "-" gets replaced wi
ains "://", that too gets passed on without resolving it
further (handles http://, https://, ftp:// etc..)
3. Only after these two checks, resolve the "filename" and pass on to
"input_filename".
On Wed, 14 May 2025 at 23:40, Marton Balint wrote:
>
>
> On Wed, 1
Fixes ticket: https://trac.ffmpeg.org/ticket/11574
Signed-off-by: Appaji
---
fftools/ffplay.c | 13 +++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/fftools/ffplay.c b/fftools/ffplay.c
index 2a572fc3aa..42f0584b55 100644
--- a/fftools/ffplay.c
+++ b/fftools/ffplay.c