Re: [FFmpeg-devel] [PATCH v1] fftools/ffplay: Resolve input file path before processing

2025-05-15 Thread Appaji Chintimi
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 with "fd:", and it's passed directly to "input_filename" without resolving. 2. if the path contains "://", that too gets passed on withou

Re: [FFmpeg-devel] [PATCH v1] fftools/ffplay: Resolve input file path before processing

2025-05-21 Thread Appaji Chintimi
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