From 39fb8bebc208a5d9558c9283e5c47b18df893c0c Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Tue, 3 Mar 2009 18:57:59 +0100 Subject: test: init input streams cause decoders are using it --- test/read_tags.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/read_tags.c b/test/read_tags.c index 1b223f074..ba8d8dce7 100644 --- a/test/read_tags.c +++ b/test/read_tags.c @@ -126,6 +126,7 @@ int main(int argc, char **argv) decoder_name = argv[1]; path = argv[2]; + input_stream_global_init(); decoder_plugin_init_all(); plugin = decoder_plugin_from_name(decoder_name); @@ -136,6 +137,7 @@ int main(int argc, char **argv) tag = decoder_plugin_tag_dup(plugin, path); decoder_plugin_deinit_all(); + input_stream_global_finish(); if (tag == NULL) { g_printerr("Failed to read tags\n"); return 1; -- cgit v1.2.3