changeset 774:2d0e9b8d8403 trunk

[svn] - blah
author nenolod
date Wed, 01 Mar 2006 11:13:46 -0800
parents f3d15ea6e56b
children d8e406227b9a
files Plugins/Input/mpg123/common.c
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/mpg123/common.c	Wed Mar 01 11:09:13 2006 -0800
+++ b/Plugins/Input/mpg123/common.c	Wed Mar 01 11:13:46 2006 -0800
@@ -403,16 +403,6 @@
     if (!fr->bitrate_index)
         return (0);
 
-    if (fr->sampling_frequency > 9 || fr->sampling_frequency < 0)
-    {
-	printf("rejecting mp3 due to sampling_frequency == %d\n",
-		fr->sampling_frequency);
-	return (0);
-    }
-
-    if (fr->lsf >= 2)
-	return (0);
-
     switch (fr->lay) {
     case 1:
         fr->do_layer = mpg123_do_layer1;