[Freeswitch-svn] [commit] r5200 - freeswitch/trunk/src/mod/formats/mod_shout
Freeswitch SVN
anthm at freeswitch.org
Thu May 17 13:11:48 EDT 2007
Author: anthm
Date: Thu May 17 13:11:48 2007
New Revision: 5200
Modified:
freeswitch/trunk/src/mod/formats/mod_shout/layer3.c
Log:
maybe fix the stupid bug in the mp3 decoder code
Modified: freeswitch/trunk/src/mod/formats/mod_shout/layer3.c
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_shout/layer3.c (original)
+++ freeswitch/trunk/src/mod/formats/mod_shout/layer3.c Thu May 17 13:11:48 2007
@@ -836,11 +836,11 @@
v = gr_info->pow2gain[sanity];
cb = *m++;
} else {
- return 1;
+ return 0;
}
} else {
- return 1;
+ return 0;
}
}
More information about the Freeswitch-svn
mailing list