diff options
Diffstat (limited to '')
-rw-r--r-- | test/run_decoder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |