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
a072acb1
Commit
a072acb1
authored
Sep 21, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: fix duplicate includes
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
b8a954e4
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
7 deletions
+0
-7
cabac.c
libavcodec/cabac.c
+0
-1
dnxhdenc.c
libavcodec/dnxhdenc.c
+0
-1
g723_1.c
libavcodec/g723_1.c
+0
-1
msmpeg4enc.c
libavcodec/msmpeg4enc.c
+0
-1
sipr16k.c
libavcodec/sipr16k.c
+0
-1
snowenc.c
libavcodec/snowenc.c
+0
-1
utils.c
libavcodec/utils.c
+0
-1
No files found.
libavcodec/cabac.c
View file @
a072acb1
...
...
@@ -174,7 +174,6 @@ void ff_init_cabac_states(void)
#include "libavutil/lfg.h"
#include "avcodec.h"
#include "cabac.h"
static
inline
void
put_cabac_bit
(
CABACContext
*
c
,
int
b
){
put_bits
(
&
c
->
pb
,
1
,
b
);
...
...
libavcodec/dnxhdenc.c
View file @
a072acb1
...
...
@@ -33,7 +33,6 @@
#include "internal.h"
#include "mpegvideo.h"
#include "dnxhdenc.h"
#include "internal.h"
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM
#define DNX10BIT_QMAT_SHIFT 18 // The largest value that will not lead to overflow for 10bit samples.
...
...
libavcodec/g723_1.c
View file @
a072acb1
...
...
@@ -30,7 +30,6 @@
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
#include "get_bits.h"
#include "acelp_vectors.h"
#include "celp_filters.h"
...
...
libavcodec/msmpeg4enc.c
View file @
a072acb1
...
...
@@ -34,7 +34,6 @@
#include "libavutil/avutil.h"
#include "libavutil/mem.h"
#include "mpegvideo.h"
#include "msmpeg4.h"
#include "h263.h"
#include "mpeg4video.h"
#include "msmpeg4.h"
...
...
libavcodec/sipr16k.c
View file @
a072acb1
...
...
@@ -29,7 +29,6 @@
#include "libavutil/float_dsp.h"
#include "libavutil/mathematics.h"
#include "lsp.h"
#include "celp_filters.h"
#include "acelp_vectors.h"
#include "acelp_pitch_delay.h"
#include "acelp_filters.h"
...
...
libavcodec/snowenc.c
View file @
a072acb1
...
...
@@ -22,7 +22,6 @@
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
#include "dsputil.h"
#include "internal.h"
#include "snow_dwt.h"
...
...
libavcodec/utils.c
View file @
a072acb1
...
...
@@ -40,7 +40,6 @@
#include "libavutil/imgutils.h"
#include "libavutil/samplefmt.h"
#include "libavutil/dict.h"
#include "libavutil/avassert.h"
#include "avcodec.h"
#include "dsputil.h"
#include "libavutil/opt.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