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>
release/5.1
Andreas Schneider 3 years ago committed by Andreas Rheinhardt
parent 71547cb7b3
commit cf535d6d51
  1. 1
      libavcodec/exif.h

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

Loading…
Cancel
Save