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:
authorDiego Biurrun <diego@biurrun.de>2016-06-04 12:45:16 +0300
committerDiego Biurrun <diego@biurrun.de>2016-06-07 14:09:57 +0300
commitb7f98659f21dce438c33b512e25fd64b8d07c347 (patch)
tree31c55a2ec1672b47628963487393e308d1e38583 /libavcodec/ffv1.c
parent2a48a75a6f508121b96b0732a9fe03a46303f579 (diff)
Remove unnecessary get_bits.h #includes
Diffstat (limited to 'libavcodec/ffv1.c')
-rw-r--r--libavcodec/ffv1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c
index 21d35835a5..05d3ad10ec 100644
--- a/libavcodec/ffv1.c
+++ b/libavcodec/ffv1.c
@@ -28,7 +28,6 @@
#include "libavutil/attributes.h"
#include "avcodec.h"
-#include "get_bits.h"
#include "put_bits.h"
#include "rangecoder.h"
#include "golomb.h"