Browse Source

apedec: remove unneeded #include of get_bits.h and associated macro

tags/n0.11
Justin Ruggles 13 years ago
parent
commit
22c0babbb2
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/apedec.c

+ 0
- 2
libavcodec/apedec.c View File

@@ -20,10 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#define BITSTREAM_READER_LE
#include "avcodec.h"
#include "dsputil.h"
#include "get_bits.h"
#include "bytestream.h"
#include "libavutil/audioconvert.h"
#include "libavutil/avassert.h"


Loading…
Cancel
Save