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:
authorClément Bœsch <clement@stupeflix.com>2016-06-29 12:54:54 +0300
committerClément Bœsch <clement@stupeflix.com>2016-06-29 12:54:54 +0300
commitbef74ef367057b26fa3e5bb37db6dbdb8bfce159 (patch)
tree76498da69344d3e8d467e2884bb22f8f9bf61907 /libavcodec/ffv1.c
parent4b9574b275c24404093061b35b910b8ce1fa86b9 (diff)
parent4f81f8dba735c212efae077c4fec8ad4fe53b352 (diff)
Merge commit '4f81f8dba735c212efae077c4fec8ad4fe53b352'
* commit '4f81f8dba735c212efae077c4fec8ad4fe53b352': Drop unnecessary golomb.h #includes Merged-by: Clément Bœsch <clement@stupeflix.com>
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 60eb523e45..80a9434eb7 100644
--- a/libavcodec/ffv1.c
+++ b/libavcodec/ffv1.c
@@ -36,7 +36,6 @@
#include "avcodec.h"
#include "internal.h"
#include "rangecoder.h"
-#include "golomb.h"
#include "mathops.h"
#include "ffv1.h"