From d9f5cca9b83831c89c8fe93c47100f86e1649fd7 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 31 May 2004 20:59:55 +0000 Subject: mod_plugin, just for tarzeau git-svn-id: https://svn.musicpd.org/mpd/trunk@1263 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/ogg_plugin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/inputPlugins/ogg_plugin.c') diff --git a/src/inputPlugins/ogg_plugin.c b/src/inputPlugins/ogg_plugin.c index 21b63b9dc..68f50a4c1 100644 --- a/src/inputPlugins/ogg_plugin.c +++ b/src/inputPlugins/ogg_plugin.c @@ -335,6 +335,8 @@ char * oggMimeTypes[] = {"application/ogg", NULL}; InputPlugin oggPlugin = { "ogg", + NULL, + NULL, ogg_decode, NULL, oggTagDup, @@ -347,6 +349,8 @@ InputPlugin oggPlugin = InputPlugin oggPlugin = { + NULL, + NULL, NULL, NULL, NULL, -- cgit v1.2.3