]> granicus.if.org Git - handbrake/commitdiff
VideoToolbox: Remove unsupported main10 mode #1719
authorsr55 <sr55.hb@outlook.com>
Mon, 10 Dec 2018 18:40:17 +0000 (18:40 +0000)
committersr55 <sr55.hb@outlook.com>
Mon, 10 Dec 2018 18:40:17 +0000 (18:40 +0000)
libhb/encavcodec.c

index cf740409bafd97dc4c9b0f03dcef5202c11ea82c..889ee502a013e8a44f08ae0e1bc1bf96d5375b23 100644 (file)
@@ -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 )