diff options
author | Clément Bœsch <clement@stupeflix.com> | 2016-06-29 11:54:54 +0200 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2016-06-29 11:54:54 +0200 |
commit | bef74ef367057b26fa3e5bb37db6dbdb8bfce159 (patch) | |
tree | 76498da69344d3e8d467e2884bb22f8f9bf61907 /libavcodec/ffv1.c | |
parent | 4b9574b275c24404093061b35b910b8ce1fa86b9 (diff) | |
parent | 4f81f8dba735c212efae077c4fec8ad4fe53b352 (diff) | |
download | ffmpeg-bef74ef367057b26fa3e5bb37db6dbdb8bfce159.tar.gz |
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.c | 1 |
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" |