From bd255afee7160ea58c15cef0acff7987885c68ec Mon Sep 17 00:00:00 2001
From: sr55 <sr55.hb@outlook.com>
Date: Mon, 10 Dec 2018 18:40:17 +0000
Subject: [PATCH] VideoToolbox: Remove unsupported main10 mode #1719

---
 libhb/encavcodec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libhb/encavcodec.c b/libhb/encavcodec.c
index cf740409b..889ee502a 100644
--- a/libhb/encavcodec.c
+++ b/libhb/encavcodec.c
@@ -95,7 +95,7 @@ static const char * const h264_vt_profile_name[] =
 
 static const char * const h265_vt_profile_name[] =
 {
-    "auto", "main", "main10", NULL
+    "auto", "main",  NULL // "main10" not currently supported. 
 };
 
 int encavcodecInit( hb_work_object_t * w, hb_job_t * job )
-- 
2.40.0