summaryrefslogtreecommitdiffstats
path: root/libhb/internal.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2014-02-28 00:29:48 +0000
committerRodeo <[email protected]>2014-02-28 00:29:48 +0000
commit733bdedc5f71442c535a8bcc1c239d77c7b15036 (patch)
treef42dd7646e229d589a5abf033e165252133030a7 /libhb/internal.h
parent525c8a11b4930ff40a94897fc65ebea2fac7126f (diff)
Bump x265 to r6321 8a84c10e5116.
- rational framerates - libx265 now provides decode time stamps (DTS) - encx265: minor refactoring + prepare for muxing to MP4/Matroska git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6088 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r--libhb/internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libhb/internal.h b/libhb/internal.h
index a551333aa..fa3b36f5f 100644
--- a/libhb/internal.h
+++ b/libhb/internal.h
@@ -372,6 +372,12 @@ union hb_esconfig_u
struct
{
+ uint8_t headers[HB_CONFIG_MAX_SIZE];
+ int headers_length;
+ } h265;
+
+ struct
+ {
uint8_t headers[3][HB_CONFIG_MAX_SIZE];
} theora;