On Sun, Mar 8, 2015 at 12:09 PM, Peter <dravo...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to