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:
authorAndreas Schneider <asn@cryptomilk.org>2022-02-11 16:11:48 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-14 13:33:53 +0300
commit59c647bcf3a89a96217eb14256656e393c2bf322 (patch)
treed94623c33847be53c2b993233529d08a30f409db /libavcodec/webp.c
parentcf535d6d51e8aa1546160f23e8b5f9f6bb0576cf (diff)
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/webp.c')
-rw-r--r--libavcodec/webp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/webp.c b/libavcodec/webp.c
index 9e642e050a..417185e9be 100644
--- a/libavcodec/webp.c
+++ b/libavcodec/webp.c
@@ -49,6 +49,7 @@
#include "get_bits.h"
#include "internal.h"
#include "thread.h"
+#include "tiff_common.h"
#include "vp8.h"
#define VP8X_FLAG_ANIMATION 0x02