X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fframe.h;h=b4500923af3e07d420fd552a5d8b50b34e7ac792;hb=fd00203554334f602ee1d7c5416ff25f356f4fb7;hp=8e51361e293cd6c7542535c6999b5843ca7e635e;hpb=2818aaaba09da380639a1ed51e4f3ece8cb3b2ec;p=ffmpeg diff --git a/libavutil/frame.h b/libavutil/frame.h index 8e51361e293..b4500923af3 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -120,7 +120,13 @@ enum AVFrameSideDataType { * The GOP timecode in 25 bit timecode format. Data format is 64-bit integer. * This is set on the first frame of a GOP that has a temporal reference of 0. */ - AV_FRAME_DATA_GOP_TIMECODE + AV_FRAME_DATA_GOP_TIMECODE, + + /** + * The data represents the AVSphericalMapping structure defined in + * libavutil/spherical.h. + */ + AV_FRAME_DATA_SPHERICAL, }; enum AVActiveFormatDescription {