From 4a5cc9f610defd451ba0aefd1451f1ba310b43e3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 16 Mar 2014 09:40:07 +0100 Subject: test/run_decoder: use InputStream::OpenReady() instead of InputStream::Open() --- test/run_decoder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx index 0c1a4f824..58731d5a5 100644 --- a/test/run_decoder.cxx +++ b/test/run_decoder.cxx @@ -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); -- cgit v1.2.3