Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
f255a28d
Commit
f255a28d
authored
May 19, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegaudio: clean up #includes
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
0199e00b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
mpegaudio_parser.c
libavcodec/mpegaudio_parser.c
+0
-1
mpegaudiodata.h
libavcodec/mpegaudiodata.h
+1
-1
mpegaudiodec.c
libavcodec/mpegaudiodec.c
+0
-1
No files found.
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