From 600a8a5a9c910dd3e88694fd8de60e61643348fb Mon Sep 17 00:00:00 2001 From: Leo Izen Date: Sat, 4 Apr 2026 10:53:11 -0400 Subject: [PATCH] avutil/frame.h: fix AV_EXIF_SIDE_DATA declaration This commit re-aligns the declaration by removing extra whitespace and fixes the comment above to have the correct acronym. It also documents what the four magic bytes indicate. Signed-off-by: Leo Izen --- libavutil/frame.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libavutil/frame.h b/libavutil/frame.h index 02a54303bc..b07f7ba263 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -256,10 +256,11 @@ enum AVFrameSideDataType { AV_FRAME_DATA_3D_REFERENCE_DISPLAYS, /** - * Extensible image file format metadata. The payload is a buffer containing - * EXIF metadata, starting with either 49 49 2a 00, or 4d 4d 00 2a. + * Exchangeable image file format metadata. The payload is a buffer containing + * EXIF metadata, starting with either 49 49 2a 00, or 4d 4d 00 2a. These four + * bytes signify the endianness, and occur as the first part of the TIFF header. */ - AV_FRAME_DATA_EXIF, + AV_FRAME_DATA_EXIF, /** * HDR dynamic metadata associated with a video frame. The payload is