Commit 4a5cc9f6 authored by Max Kellermann's avatar Max Kellermann

test/run_decoder: use InputStream::OpenReady() instead of InputStream::Open()

parent e29fc62b
......@@ -218,7 +218,7 @@ int main(int argc, char **argv)
Cond cond;
InputStream *is =
InputStream::Open(decoder.uri, mutex, cond, error);
InputStream::OpenReady(decoder.uri, mutex, cond, error);
if (is == NULL) {
if (error.IsDefined())
LogError(error);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment