[FFmpeg-devel] Windows deprecated stdin reading method
Hendrik Leppkes
h.leppkes at gmail.com
Fri Jul 24 13:26:36 CEST 2015
On Sun, Mar 8, 2015 at 12:09 PM, Peter <dravorek at googlemail.com> wrote:
> alright, that table didn't work out, just imagine this:
>
> .\test.exe <a.txt input ignored
> type a.txt | .\test.exe works
> .\test.exe <a.txt input ignored
> cat a.txt | .\test.exe works
> Get-Content input-file.txt | .\test.exe works
> .\test.exe <a.txt input ignored
> cat a.txt | .\test.exe works
>
> across both approaches
Did you ever make any further progress on this?
Now that VS2015 is out and about, I would really love to get this
fixed. Otherwise I'm just going to send a patch to remove the
offending check, as it doesn't seem to trigger in common testing, and
we can then see about fixing any fallout later.
- Hendrik
More information about the ffmpeg-devel
mailing list