summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2022-02-11 14:11:47 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-14 11:32:08 +0100
commitcf535d6d51e8aa1546160f23e8b5f9f6bb0576cf (patch)
tree25293b26c5ff0e342c3266103ad5a9fbdd0058a2
parent71547cb7b3efd58e50da0095387afdcc72ddec1f (diff)
avcodec/exif: Include bytestream.h for GetByteContext
bytestream.h should be directly included for GetByteContext and not rely on other headers to include it. It could be removed from there. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/exif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/exif.h b/libavcodec/exif.h
index 4db84a1c2f..310f6e8e64 100644
--- a/libavcodec/exif.h
+++ b/libavcodec/exif.h
@@ -30,6 +30,7 @@
#include <stdint.h>
#include "libavutil/dict.h"
+#include "bytestream.h"
#include "tiff.h"
#define EXIF_MAX_IFD_RECURSION 2