summaryrefslogtreecommitdiffstats
path: root/libhb/encx265.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2015-02-15 18:46:26 +0000
committerRodeo <[email protected]>2015-02-15 18:46:26 +0000
commit56586d73ed29fe64187c9083a84da4146db65bcc (patch)
treefa04e19eb87acf9a964a6c1ff33a23e21a4ac6df /libhb/encx265.c
parentc721fa4582108285a8399348ad098fc4e0a766ae (diff)
H.265: don't allow requesting Main 10 profile.
This is pointless since we only do 8-bit encoding for now. Also add a few extra tables for future use. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6904 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/encx265.c')
-rw-r--r--libhb/encx265.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/encx265.c b/libhb/encx265.c
index 3d6aabee7..4e1e3e2c4 100644
--- a/libhb/encx265.c
+++ b/libhb/encx265.c
@@ -10,6 +10,7 @@
#include "hb.h"
#include "hb_dict.h"
+#include "h265_common.h"
#include "x265.h"
int encx265Init (hb_work_object_t*, hb_job_t*);