[FFmpeg-cvslog] avcodec/exif: Include bytestream.h for GetByteContext

Andreas Schneider git at videolan.org
Mon Feb 14 12:41:03 EET 2022


ffmpeg | branch: master | Andreas Schneider <asn at cryptomilk.org> | Fri Feb 11 14:11:47 2022 +0100| [cf535d6d51e8aa1546160f23e8b5f9f6bb0576cf] | committer: Andreas Rheinhardt

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 at cryptomilk.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cf535d6d51e8aa1546160f23e8b5f9f6bb0576cf
---

 libavcodec/exif.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/exif.h b/libavcodec/exif.h
index 4db84a1c2f..310f6e8e64 100644
--- a/libavcodec/exif.h
+++ b/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



More information about the ffmpeg-cvslog mailing list