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
avcodec: fix duplicate includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer
12 years ago
parent
b8a954e46d
commit
a072acb108
7 changed files
with
0 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/cabac.c
+0
-1
libavcodec/dnxhdenc.c
+0
-1
libavcodec/g723_1.c
+0
-1
libavcodec/msmpeg4enc.c
+0
-1
libavcodec/sipr16k.c
+0
-1
libavcodec/snowenc.c
+0
-1
libavcodec/utils.c
+ 0
- 1
libavcodec/cabac.c
View File
@@ -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);
+ 0
- 1
libavcodec/dnxhdenc.c
View File
@@ -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.
+ 0
- 1
libavcodec/g723_1.c
View File
@@ -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"
+ 0
- 1
libavcodec/msmpeg4enc.c
View File
@@ -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"
+ 0
- 1
libavcodec/sipr16k.c
View File
@@ -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"
+ 0
- 1
libavcodec/snowenc.c
View File
@@ -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"
+ 0
- 1
libavcodec/utils.c
View File
@@ -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
Loading…
Cancel
Save