Commit 59c647bc authored by Andreas Schneider's avatar Andreas Schneider Committed by Andreas Rheinhardt

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: 's avatarAndreas Schneider <asn@cryptomilk.org>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent cf535d6d
......@@ -26,6 +26,7 @@
*/
#include "exif.h"
#include "tiff_common.h"
static const char *exif_get_tag_name(uint16_t id)
......
......@@ -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
......
......@@ -50,6 +50,7 @@
#include "tiff.h"
#include "exif.h"
#include "bytestream.h"
#include "tiff_common.h"
static int init_default_huffman_tables(MJpegDecodeContext *s)
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment