diff options
author | Damiano Galassi <[email protected]> | 2017-08-07 08:25:28 +0200 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-11-09 09:04:15 -0800 |
commit | 9d67804d059c9d0946ba73bba229c69a78ea7439 (patch) | |
tree | 5374a1e371698fd22a70b65a2f1071065131d27c /libhb/common.h | |
parent | 8f7da9e73c6fcd98b4d3d1b3fb55d56af555ce05 (diff) |
libhb: read video rotation from libav.
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index e39c3a778..2b8467d82 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -1015,6 +1015,7 @@ struct hb_title_s int preview_count; int has_resolution_change; + enum { HB_ROTATION_0, HB_ROTATION_90, HB_ROTATION_180, HB_ROTATION_270 } rotation; hb_geometry_t geometry; hb_rational_t dar; // aspect ratio for the title's video hb_rational_t container_dar; // aspect ratio from container (0 if none) |