summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 7c7a459999..5f964c3436 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -885,6 +885,11 @@ typedef struct HEVCContext {
int content_interpretation_type;
int quincunx_subsampling;
+ /** display orientation */
+ int sei_display_orientation_present;
+ int sei_anticlockwise_rotation;
+ int sei_hflip, sei_vflip;
+
int picture_struct;
} HEVCContext;