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:
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r--libavcodec/ffv1.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index 8ffe5ab433..ba612bc258 100644
--- a/libavcodec/ffv1.h
+++ b/libavcodec/ffv1.h
@@ -28,13 +28,9 @@
* FF Video Codec 1 (a lossless codec)
*/
-#include "libavutil/crc.h"
-#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
-#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "get_bits.h"
-#include "internal.h"
#include "mathops.h"
#include "put_bits.h"
#include "rangecoder.h"