summaryrefslogtreecommitdiff
path: root/libavcodec/iff.c
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2016-06-21 15:42:49 +0200
committerClément Bœsch <clement@stupeflix.com>2016-06-21 15:42:49 +0200
commit9204a84998083abbe058bf1464317f7ef8016c6c (patch)
tree421ad218c69cffa85f5a5ea5536d3dea1c07b1d6 /libavcodec/iff.c
parent3801060cd028cc11cd4000eae8e578a715051310 (diff)
parent5c31eaa9998b2185e0aa04d11adff128498dc14a (diff)
Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'
* commit '5c31eaa9998b2185e0aa04d11adff128498dc14a': Remove unnecessary get_bits.h #includes and add missing headers where needed. Merged-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libavcodec/iff.c')
-rw-r--r--libavcodec/iff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/iff.c b/libavcodec/iff.c
index 7f3414bde9..ef9ce9112f 100644
--- a/libavcodec/iff.c
+++ b/libavcodec/iff.c
@@ -29,6 +29,7 @@
#include <stdint.h>
#include "libavutil/imgutils.h"
+
#include "bytestream.h"
#include "avcodec.h"
#include "internal.h"