Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-21 18:59:13 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-09-21 18:59:13 +0400
commita072acb108f38bc99b53476a50ea04b7500ce910 (patch)
tree460d45c19893bbdd99d1dc7a69c4126996b1da21 /libavcodec/dnxhdenc.c
parentb8a954e46d536282b403cb952b5696aa7c38f0e4 (diff)
avcodec: fix duplicate includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dnxhdenc.c')
-rw-r--r--libavcodec/dnxhdenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c
index 6bfd88ad03..8d2b8b3e72 100644
--- a/libavcodec/dnxhdenc.c
+++ b/libavcodec/dnxhdenc.c
@@ -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.