view libmpdemux/help_mp.h @ 9130:8a0a93d6b4c3

In mp3lib/sr1.c, look at the line 226: if(fr->sampling_frequency>8) return FALSE; // valid: 0..8 which allows fr->sampling_frequency to go up to 8. Obviously, the code does not bother about what would happen if fr->sampling_frequency lies in the range [3,8]. patch from Nilmoni Deb, Nick?, Rich
author arpi
date Tue, 28 Jan 2003 00:25:38 +0000
parents 9e059416eea6
children
line wrap: on
line source

#include "../help_mp.h"