diff options
author | sr55 <[email protected]> | 2018-12-10 18:40:17 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2018-12-10 18:40:17 +0000 |
commit | bd255afee7160ea58c15cef0acff7987885c68ec (patch) | |
tree | 94b403a824157faadd6db022aad7b2683142a11c /libhb/encavcodec.c | |
parent | 6dde7dab7f8585d98cdbeba4b8408f0d94c15663 (diff) |
VideoToolbox: Remove unsupported main10 mode #1719
Diffstat (limited to 'libhb/encavcodec.c')
-rw-r--r-- | libhb/encavcodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |