Make Musepack decoders use LFG pseudorandom generator

Originally committed as revision 17880 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov
2009-03-08 16:37:57 +00:00
parent d2f532c8a0
commit 74e2a0784e
4 changed files with 8 additions and 9 deletions

View File

@@ -25,7 +25,6 @@
* divided into 32 subbands.
*/
#include "libavutil/random.h"
#include "avcodec.h"
#include "bitstream.h"
#include "dsputil.h"