[x265] [PATCH 2 of 2] rename function pointer names for x265_get_slicetype_poc_and_scenecut() and x265_get_ref_frame_list() in x265_api
santhoshini at multicorewareinc.com
santhoshini at multicorewareinc.com
Tue Nov 7 08:31:27 CET 2017
# HG changeset patch
# User Santhoshini Sekar <santhoshini at multicorewareinc.com>
# Date 1510038803 -19800
# Tue Nov 07 12:43:23 2017 +0530
# Node ID 3922804ac1a9d3fff4a4ba8dcde0b36b827fea0b
# Parent efdaa0e92850f865adc7c5becba47623ba2b4ec1
rename function pointer names for x265_get_slicetype_poc_and_scenecut() and x265_get_ref_frame_list() in x265_api
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -29,7 +29,7 @@
option(STATIC_LINK_CRT "Statically link C runtime for release builds" OFF)
mark_as_advanced(FPROFILE_USE FPROFILE_GENERATE NATIVE_BUILD)
# X265_BUILD must be incremented each time the public API is changed
-set(X265_BUILD 141)
+set(X265_BUILD 142)
configure_file("${PROJECT_SOURCE_DIR}/x265.def.in"
"${PROJECT_BINARY_DIR}/x265.def")
configure_file("${PROJECT_SOURCE_DIR}/x265_config.h.in"
diff --git a/source/x265.h b/source/x265.h
--- a/source/x265.h
+++ b/source/x265.h
@@ -1791,8 +1791,8 @@
int sizeof_frame_stats; /* sizeof(x265_frame_stats) */
int (*encoder_intra_refresh)(x265_encoder*);
int (*encoder_ctu_info)(x265_encoder*, int, x265_ctu_info_t**);
- int (*x265_get_slicetype_poc_and_scenecut)(x265_encoder*, int*, int*, int*);
- int (*x265_get_ref_frame_list)(x265_encoder*, x265_picyuv**, x265_picyuv**, int, int);
+ int (*get_slicetype_poc_and_scenecut)(x265_encoder*, int*, int*, int*);
+ int (*get_ref_frame_list)(x265_encoder*, x265_picyuv**, x265_picyuv**, int, int);
/* add new pointers to the end, or increment X265_MAJOR_VERSION */
} x265_api;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265-2.patch
Type: text/x-patch
Size: 1685 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20171107/7a850601/attachment.bin>
More information about the x265-devel
mailing list