diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-05-31 20:59:55 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-05-31 20:59:55 +0000 |
commit | d9f5cca9b83831c89c8fe93c47100f86e1649fd7 (patch) | |
tree | f563b57b92b1bb17e9322615bef6b3623650f537 /src/inputPlugins/mp4_plugin.c | |
parent | 2c1f5365ebbd7ffd9ffa660a39ebc052ef96e4d2 (diff) | |
download | mpd-d9f5cca9b83831c89c8fe93c47100f86e1649fd7.tar.gz mpd-d9f5cca9b83831c89c8fe93c47100f86e1649fd7.tar.xz mpd-d9f5cca9b83831c89c8fe93c47100f86e1649fd7.zip |
mod_plugin, just for tarzeau
git-svn-id: https://svn.musicpd.org/mpd/trunk@1263 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/inputPlugins/mp4_plugin.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inputPlugins/mp4_plugin.c b/src/inputPlugins/mp4_plugin.c index f17b0b4ce..a8e0ec872 100644 --- a/src/inputPlugins/mp4_plugin.c +++ b/src/inputPlugins/mp4_plugin.c @@ -403,6 +403,8 @@ InputPlugin mp4Plugin = { "mp4", NULL, + NULL, + NULL, mp4_decode, mp4TagDup, INPUT_PLUGIN_STREAM_FILE, @@ -417,6 +419,8 @@ InputPlugin mp4Plugin = NULL, NULL, NULL, + NULL, + NULL, NULL, 0, NULL, |