You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-09 00:37:18 +02:00
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 <leo.izen@gmail.com>
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user