Browse Source

musepack: remove extraneous mpcdata.h inclusions

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Mans Rullgard 14 years ago
parent
commit
91b4941c17
2 changed files with 0 additions and 3 deletions
  1. +0
    -2
      libavcodec/mpc.h
  2. +0
    -1
      libavcodec/mpc8.c

+ 0
- 2
libavcodec/mpc.h View File

@@ -35,8 +35,6 @@
#include "dsputil.h"
#include "mpegaudio.h"

#include "mpcdata.h"

#define BANDS 32
#define SAMPLES_PER_BAND 36
#define MPC_FRAME_SIZE (BANDS * SAMPLES_PER_BAND)


+ 0
- 1
libavcodec/mpc8.c View File

@@ -33,7 +33,6 @@
#include "libavutil/audioconvert.h"

#include "mpc.h"
#include "mpcdata.h"
#include "mpc8data.h"
#include "mpc8huff.h"



Loading…
Cancel
Save