diff options
author | Maneesh Gupta <[email protected]> | 2015-04-28 13:02:38 +0530 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2015-04-28 12:28:53 +0200 |
commit | 91305c60261c77ad4a071062a21136fc0b6c5ab2 (patch) | |
tree | 2b56c69049a0ec79a2450b73216a727598c300bc /libavcodec/rangecoder.c | |
parent | cf234552b83a9503ff96572de2658b921b8842eb (diff) |
OpenCL: Fix ABI incompatibility issues
AVOpenCLDeviceNode and AVOpenCLPlatformNode used fixed static buffer for holding the device and platform name.
This patch modifies these structures to use pointers instead. The memory required to hold the names is
now dynamically allocated, the size for which is determined by querying appropriate OpenCL runtime APIs.
Signed-off-by: Maneesh Gupta <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavcodec/rangecoder.c')
0 files changed, 0 insertions, 0 deletions