# HG changeset patch # User nenolod # Date 1141240426 28800 # Node ID 2d0e9b8d8403505e99a91d9c137ac63a29ed029e # Parent f3d15ea6e56b94486830bdb71ccd9e40fed85c6b [svn] - blah diff -r f3d15ea6e56b -r 2d0e9b8d8403 Plugins/Input/mpg123/common.c --- 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;