]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/frame.h
Merge commit 'c94e2e85cb6af8a570d8542a830556243bd32873'
[ffmpeg] / libavutil / frame.h
index ccc86d72c53f1e210fd454f9ff89be1af6b11218..dd85174ba8d46d15e93002c8de8553faf867cded 100644 (file)
@@ -96,6 +96,14 @@ enum AVFrameSideDataType {
      * ReplayGain information in the form of the AVReplayGain struct.
      */
     AV_FRAME_DATA_REPLAYGAIN,
+    /**
+     * This side data contains a 3x3 transformation matrix describing an affine
+     * transformation that needs to be applied to the frame for correct
+     * presentation.
+     *
+     * See libavutil/display.h for a detailed description of the data.
+     */
+    AV_FRAME_DATA_DISPLAYMATRIX,
 };
 
 typedef struct AVFrameSideData {