diff options
Diffstat (limited to 'libhb/vce_common.h')
-rw-r--r-- | libhb/vce_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/vce_common.h b/libhb/vce_common.h index 93acceaac..3a6949e16 100644 --- a/libhb/vce_common.h +++ b/libhb/vce_common.h @@ -9,3 +9,6 @@ int hb_vce_h264_available(); int hb_vce_h265_available(); + +static const char * const hb_h264_profile_names[] = { "baseline", "main", "high", NULL, }; +static const char * const hb_h265_profile_names[] = { "main", NULL, };
\ No newline at end of file |