This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
mpegaudio: clean up #includes
Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Mans Rullgard
14 years ago
parent
0199e00bc8
commit
f255a28d14
3 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/mpegaudio_parser.c
+1
-1
libavcodec/mpegaudiodata.h
+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"
Write
Preview
Loading…
Cancel
Save