From: Andreas Schneider <asn@cryptomilk.org> To: ffmpeg-devel@ffmpeg.org Cc: Andreas Schneider <asn@cryptomilk.org> Subject: [FFmpeg-devel] [PATCH 1/2] avcodec/exif: Include bytestream.h for GetByteContext Date: Fri, 11 Feb 2022 14:11:47 +0100 Message-ID: <20220211131148.594302-2-asn@cryptomilk.org> (raw) In-Reply-To: <20220211131148.594302-1-asn@cryptomilk.org> 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> --- 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 -- 2.34.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2022-02-11 13:12 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-02-11 13:11 [FFmpeg-devel] [PATCH 0/2] Some cleanup for header includes Andreas Schneider 2022-02-11 13:11 ` Andreas Schneider [this message] 2022-02-11 13:11 ` [FFmpeg-devel] [PATCH 2/2] avcodec/exif: Don't include tiff.h in exif.h Andreas Schneider 2022-02-14 10:43 ` [FFmpeg-devel] [PATCH 0/2] Some cleanup for header includes Andreas Rheinhardt
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220211131148.594302-2-asn@cryptomilk.org \ --to=asn@cryptomilk.org \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git