summaryrefslogtreecommitdiff
path: root/libavcodec/exif.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2022-02-11 14:11:48 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-14 11:33:53 +0100
commit59c647bcf3a89a96217eb14256656e393c2bf322 (patch)
treed94623c33847be53c2b993233529d08a30f409db /libavcodec/exif.h
parentcf535d6d51e8aa1546160f23e8b5f9f6bb0576cf (diff)
downloadffmpeg-59c647bcf3a89a96217eb14256656e393c2bf322.tar.gz
avcodec/exif: Don't include tiff.h in exif.h
The exif.h header doesn't use anything from tiff.h. We also just need to include tiff_common.h in .c files where it actually used. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/exif.h')
-rw-r--r--libavcodec/exif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/exif.h b/libavcodec/exif.h
index 310f6e8e64..ffacba7e66 100644
--- a/libavcodec/exif.h
+++ b/libavcodec/exif.h
@@ -31,7 +31,6 @@
#include <stdint.h>
#include "libavutil/dict.h"
#include "bytestream.h"
-#include "tiff.h"
#define EXIF_MAX_IFD_RECURSION 2
#define EXIF_TAG_NAME_LENGTH 32