mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
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>
This commit is contained in:
parent
71547cb7b3
commit
cf535d6d51
@ -30,6 +30,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include "libavutil/dict.h"
|
||||
#include "bytestream.h"
|
||||
#include "tiff.h"
|
||||
|
||||
#define EXIF_MAX_IFD_RECURSION 2
|
||||
|
Loading…
Reference in New Issue
Block a user