• Max Kellermann's avatar
    input/Open: use OpenLocalInputStream() · 7e12aea1
    Max Kellermann authored
    Make the "open" method of plugins "file" and "archive" dummy methods
    that always fail.  Instead, let InputStream::Open() hard-code access
    to these two plugins by using OpenLocalInputStream().  This allows
    simplifyin the algorithm for falling back to probing archive plugins.
    7e12aea1
DecoderThread.cxx 11.1 KB