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-07 19:02:34 +0300
committerDiego Biurrun <diego@biurrun.de>2016-06-08 19:51:57 +0300
commit4f81f8dba735c212efae077c4fec8ad4fe53b352 (patch)
tree78bc10fe4ef7befd637540e32df6937a98774602 /libavcodec/h264_picture.c
parent197ae68e78784524a7ccf97a3c301092715305d3 (diff)
Drop unnecessary golomb.h #includes
Diffstat (limited to 'libavcodec/h264_picture.c')
-rw-r--r--libavcodec/h264_picture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264_picture.c b/libavcodec/h264_picture.c
index fb71faef0b..6c617a28f6 100644
--- a/libavcodec/h264_picture.c
+++ b/libavcodec/h264_picture.c
@@ -37,7 +37,6 @@
#include "h264data.h"
#include "h264chroma.h"
#include "h264_mvpred.h"
-#include "golomb.h"
#include "mathops.h"
#include "mpegutils.h"
#include "rectangle.h"