summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-04 19:02:48 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-04 19:02:48 +0200
commita1bc3f3c2e60af892c12ed53cb6c2cd1f93a5bec (patch)
tree282b7d13584586db74943fac5d7fd6850f97c38d /streamer.c
parent3879ce9a2def4c6fd6247338e8583e09cd3da48b (diff)
added streaming support to aac plugin
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/streamer.c b/streamer.c
index e5b67526..ee204409 100644
--- a/streamer.c
+++ b/streamer.c
@@ -584,10 +584,10 @@ streamer_set_current (playItem_t *it) {
plug = "stdogg";
}
else if (!strcmp (ct, "audio/aacp")) {
- plug = "ffmpeg";
+ plug = "aac";
}
else if (!strcmp (ct, "audio/aac")) {
- plug = "ffmpeg";
+ plug = "aac";
}
else if (!strcmp (ct, "audio/wma")) {
plug = "ffmpeg";