Mercurial > audlegacy
changeset 649:e43b04a4e599 trunk
[svn] Get mpg123 going. Nenolod promises to fix this properly soon.
author | chainsaw |
---|---|
date | Sun, 19 Feb 2006 15:18:05 -0800 |
parents | ddec8f9931d9 |
children | 980d651da2fc |
files | Plugins/Input/mpg123/mpg123.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/mpg123/mpg123.c Sun Feb 19 15:03:06 2006 -0800 +++ b/Plugins/Input/mpg123/mpg123.c Sun Feb 19 15:18:05 2006 -0800 @@ -373,9 +373,8 @@ if (!strncasecmp(filename, "http://", 7)) { return mpg123_detect_by_content_stream(filename); } - else if (strncasecmp(ext, ".mp3")) + else return (mpg123_detect_by_content(filename)); - return FALSE; } static void