From: sr55 Date: Mon, 10 Dec 2018 18:40:17 +0000 (+0000) Subject: VideoToolbox: Remove unsupported main10 mode #1719 X-Git-Tag: 1.2.0~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd255afee7160ea58c15cef0acff7987885c68ec;p=handbrake VideoToolbox: Remove unsupported main10 mode #1719 --- 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 )