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:
Andreas Schneider 2022-02-11 14:11:47 +01:00 committed by Andreas Rheinhardt
parent 71547cb7b3
commit cf535d6d51
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <stdint.h>
#include "libavutil/dict.h"
#include "bytestream.h"
#include "tiff.h"
#define EXIF_MAX_IFD_RECURSION 2