diff options
Diffstat (limited to 'libhb/vce_common.h')
-rw-r--r-- | libhb/vce_common.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libhb/vce_common.h b/libhb/vce_common.h new file mode 100644 index 000000000..93acceaac --- /dev/null +++ b/libhb/vce_common.h @@ -0,0 +1,11 @@ +/* vce_common.h + * + * Copyright (c) 2003-2018 HandBrake Team + * This file is part of the HandBrake source code. + * Homepage: <http://handbrake.fr/>. + * It may be used under the terms of the GNU General Public License v2. + * For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html + */ + +int hb_vce_h264_available(); +int hb_vce_h265_available(); |