Browse Source

mpegaudio: clean up #includes

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

+ 0
- 1
libavcodec/mpegaudio_parser.c View File

@@ -21,7 +21,6 @@
*/

#include "parser.h"
#include "mpegaudio.h"
#include "mpegaudiodecheader.h"




+ 1
- 1
libavcodec/mpegaudiodata.h View File

@@ -27,7 +27,7 @@
#ifndef AVCODEC_MPEGAUDIODATA_H
#define AVCODEC_MPEGAUDIODATA_H

#include "libavutil/common.h"
#include <stdint.h>

#define MODE_EXT_MS_STEREO 2
#define MODE_EXT_I_STEREO 1


+ 0
- 1
libavcodec/mpegaudiodec.c View File

@@ -27,7 +27,6 @@
#include "libavutil/audioconvert.h"
#include "avcodec.h"
#include "get_bits.h"
#include "dsputil.h"
#include "mathops.h"
#include "mpegaudiodsp.h"



Loading…
Cancel
Save