Re: [FFmpeg-devel] [PATCH] Allow using stdin_interaction with pipe's

2023-12-03 Thread علی ساکی
---  fftools/ffmpeg_demux.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fftools/ffmpeg_demux.c b/fftools/ffmpeg_demux.c index 791952f120..00d7747c3c 100644 --- a/fftools/ffmpeg_demux.c +++ b/fftools/ffmpeg_demux.c @@ -1379,7 +1379,7 @@ int ifile_open(const OptionsContext

[FFmpeg-devel] [PATCH] Allow using stdin_interaction with pipe's

2023-12-03 Thread علی ساکی
Signed-off-by: Ali Saki <3alis...@gmail.com> --- fftools/ffmpeg_demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fftools/ffmpeg_demux.c b/fftools/ffmpeg_demux.c index 791952f120..00d7747c3c 100644 --- a/fftools/ffmpeg_demux.c +++ b/fftools/ffmpeg_demux.c @@ -1379,7