1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-03 16:24:53 +02:00

mpegaudio: clean up #includes

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard
2011-05-19 13:27:24 +01:00
parent 0199e00bc8
commit f255a28d14
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -21,7 +21,6 @@
*/
#include "parser.h"
#include "mpegaudio.h"
#include "mpegaudiodecheader.h"
+1 -1
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
-1
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"