diff options
Diffstat (limited to '')
-rw-r--r-- | src/inputPlugins/aac_plugin.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/inputPlugins/aac_plugin.c b/src/inputPlugins/aac_plugin.c index 04000e746..d68a8c6b7 100644 --- a/src/inputPlugins/aac_plugin.c +++ b/src/inputPlugins/aac_plugin.c @@ -470,17 +470,6 @@ InputPlugin aacPlugin = { #else -InputPlugin aacPlugin = { - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - 0, - NULL, - NULL, -}; +InputPlugin aacPlugin; #endif /* HAVE_FAAD */ |