[x265] [PATCH] x265.h: change references into pointers for C compatibility

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Nov 13 14:50:01 CET 2017


On 11/12/2017 8:30 PM, Ma0 wrote:
> # HG changeset patch
> # User Ma0 <mateuszb at poczta.onet.pl>
> # Date 1510517111 -3600
> #      Sun Nov 12 21:05:11 2017 +0100
> # Node ID 06d89671aec95337c3b458985bd1f5361bf61bb0
> # Parent  563cbe1f4a21dcfe2117ccaa874b713d94434f92
> x265.h: change references into pointers for C compatibility
> 
> Commit 563cbe1 'api: move csv and dither functions into api structure'
> inserts to x265.h C++ only specific code (references) that broke
> compatibility with C compilers. This patch fixes this by changing
> code style only.

Ping on this. All code calling libx265 from C, such as FFmpeg, is currently broken.

- Derek


More information about the x265-devel mailing list