This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 28e64cad6fd3050a97eecca90915b7aaf31e443c Author: Leo Izen <[email protected]> AuthorDate: Sun Apr 12 09:07:04 2026 -0400 Commit: Leo Izen <[email protected]> CommitDate: Fri May 1 07:40:24 2026 -0400 avutil/frame.h: re-align dynamic HDR frame data declaration This is aligned forward by an extra space, because it inheried the incorrect alignment from the EXIF declaration above it (fixed in the previous commit). Signed-off-by: Leo Izen <[email protected]> --- libavutil/frame.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavutil/frame.h b/libavutil/frame.h index b07f7ba263..b755efc06b 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -262,12 +262,12 @@ enum AVFrameSideDataType { */ AV_FRAME_DATA_EXIF, - /** - * HDR dynamic metadata associated with a video frame. The payload is - * an AVDynamicHDRSmpte2094App5 type and contains information for color - * volume transform as specified in the SMPTE 2094-50 standard. - */ - AV_FRAME_DATA_DYNAMIC_HDR_SMPTE_2094_APP5, + /** + * HDR dynamic metadata associated with a video frame. The payload is + * an AVDynamicHDRSmpte2094App5 type and contains information for color + * volume transform as specified in the SMPTE 2094-50 standard. + */ + AV_FRAME_DATA_DYNAMIC_HDR_SMPTE_2094_APP5, }; enum AVActiveFormatDescription { _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
