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:52:34 +0300
committerClément Bœsch <clement@stupeflix.com>2016-06-29 12:52:34 +0300
commit4b9574b275c24404093061b35b910b8ce1fa86b9 (patch)
treead5bdf5080247fd943d4b920c8c4fe357b3ac46f /libavcodec/on2avc.c
parentbf7d0162191791abe445aadd4f0eef2667cd4cb0 (diff)
parent197ae68e78784524a7ccf97a3c301092715305d3 (diff)
Merge commit '197ae68e78784524a7ccf97a3c301092715305d3'
* commit '197ae68e78784524a7ccf97a3c301092715305d3': Drop unnecessary unary.h #includes Merged-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libavcodec/on2avc.c')
-rw-r--r--libavcodec/on2avc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/on2avc.c b/libavcodec/on2avc.c
index 3064c6fc6a..5c816f45fd 100644
--- a/libavcodec/on2avc.c
+++ b/libavcodec/on2avc.c
@@ -29,7 +29,6 @@
#include "get_bits.h"
#include "golomb.h"
#include "internal.h"
-#include "unary.h"
#include "on2avcdata.h"