summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2009-03-08 16:37:57 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2009-03-08 16:37:57 +0000
commit74e2a0784e7702d2a3e0d88c7ea4f900ea223edd (patch)
tree51091fce8d6c2a116dafb903677e05f5a1a5f865 /libavcodec/mpc.c
parentd2f532c8a0345d29e1abaded03168fc3a13bd25b (diff)
Make Musepack decoders use LFG pseudorandom generator
Originally committed as revision 17880 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpc.c')
-rw-r--r--libavcodec/mpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpc.c b/libavcodec/mpc.c
index ff010eb633..441adeea57 100644
--- a/libavcodec/mpc.c
+++ b/libavcodec/mpc.c
@@ -25,7 +25,6 @@
* divided into 32 subbands.
*/
-#include "libavutil/random.h"
#include "avcodec.h"
#include "bitstream.h"
#include "dsputil.h"