From 0569a7e0bd2006d9a5248d17a1f4bf3ca654ae50 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 2 Jul 2014 12:02:15 -0400 Subject: hevc: parse display orientation SEI message Signed-off-by: Vittorio Giovara --- libavcodec/hevc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/hevc.h') diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 4b8bcf8..978681b 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -859,6 +859,11 @@ typedef struct HEVCContext { int frame_packing_arrangement_type; int content_interpretation_type; int quincunx_subsampling; + + /** display orientation */ + int sei_display_orientation_present; + int sei_anticlockwise_rotation; + int sei_hflip, sei_vflip; } HEVCContext; int ff_hevc_decode_short_term_rps(HEVCContext *s, ShortTermRPS *rps, -- cgit v1.1