Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: FLAC 1.2.0 released (Read 74390 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.


 

FLAC 1.2.0 released

Reply #77
ok, this may be related to this bug:
https://sourceforge.net/tracker/index.php?f...amp;atid=113478
for some reason on some/all version of windows, fseek()ing forward on stdin fails.  all these examples work fine on *nix.  will fix for the next release.

Josh

Yes, we had to work around this problem too. If the input file is not a regular file but a pipe, then we just read in those bytes, instead of seeking forward. It's a bit slower, but seems to work.