diff options
Diffstat (limited to 'libhb/hb_dict.c')
-rw-r--r-- | libhb/hb_dict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb_dict.c b/libhb/hb_dict.c index e634d8efd..268f5541a 100644 --- a/libhb/hb_dict.c +++ b/libhb/hb_dict.c @@ -595,7 +595,7 @@ hb_dict_t * hb_encopts_to_dict(const char * encopts, int encoder) name = hb_x264_encopt_name(name); #ifdef USE_X265 // x265 has multiple names for some options - if (encoder == HB_VCODEC_X265) + if (encoder & HB_VCODEC_X265_MASK) name = hb_x265_encopt_name(name); #endif if (name != NULL) |