From ddc1932cc8281a093a7d4e9fc492b1e153a2aefa Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Fri, 1 Oct 2021 23:34:59 +1000 Subject: [PATCH] project: Update for upstream merge. --- SMP/x264_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SMP/x264_config.h b/SMP/x264_config.h index 2a193ae86..51d647e1b 100644 --- a/SMP/x264_config.h +++ b/SMP/x264_config.h @@ -1,8 +1,8 @@ -#define X264_BIT_DEPTH 0 +#define X264_BIT_DEPTH 8 #define X264_GPL 1 #define X264_INTERLACED 1 #define X264_CHROMA_FORMAT 0 -#define X264_REV 3065 +#define X264_REV 3075 #define X264_REV_DIFF 0 -#define X264_VERSION " r3065" -#define X264_POINTVER "0.164.3065" +#define X264_VERSION " r3075" +#define X264_POINTVER "0.164.3075"