Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
f255a28d
Commit
f255a28d
authored
May 19, 2011
by
Mans Rullgard
Browse files
mpegaudio: clean up #includes
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
0199e00b
Changes
3
Hide whitespace changes
Inline
Side-by-side
libavcodec/mpegaudio_parser.c
View file @
f255a28d
...
...
@@ -21,7 +21,6 @@
*/
#include "parser.h"
#include "mpegaudio.h"
#include "mpegaudiodecheader.h"
...
...
libavcodec/mpegaudiodata.h
View file @
f255a28d
...
...
@@ -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
...
...
libavcodec/mpegaudiodec.c
View file @
f255a28d
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment