From a2e47d55eb6b0da9f0c53b98e742f31c9dbfce19 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 Mar 2009 23:08:24 +0100 Subject: test/run_decoder: initialize the input plugins --- test/run_decoder.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/run_decoder.c') diff --git a/test/run_decoder.c b/test/run_decoder.c index 6bd331b0..60aa9bac 100644 --- a/test/run_decoder.c +++ b/test/run_decoder.c @@ -126,6 +126,7 @@ int main(int argc, char **argv) decoder_name = argv[1]; decoder.uri = argv[2]; + input_stream_global_init(); decoder_plugin_init_all(); decoder.plugin = decoder_plugin_from_name(decoder_name); @@ -153,6 +154,7 @@ int main(int argc, char **argv) } decoder_plugin_deinit_all(); + input_stream_global_finish(); if (!decoder.initialized) { g_printerr("Decoding failed\n"); -- cgit v1.2.3