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/aac_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 'src/inputPlugins/aac_plugin.c')
-rw-r--r-- | src/inputPlugins/aac_plugin.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inputPlugins/aac_plugin.c b/src/inputPlugins/aac_plugin.c index 017aa7779..9f78fc2a1 100644 --- a/src/inputPlugins/aac_plugin.c +++ b/src/inputPlugins/aac_plugin.c @@ -415,6 +415,8 @@ InputPlugin aacPlugin = { "aac", NULL, + NULL, + NULL, aac_decode, aacTagDup, INPUT_PLUGIN_STREAM_FILE, @@ -430,6 +432,8 @@ InputPlugin aacPlugin = NULL, NULL, NULL, + NULL, + NULL, 0, NULL, NULL, |