[x265] [PATCH] Fix for build error in ffmpeg

Derek Buitenhuis derek.buitenhuis at gmail.com
Wed Jul 25 16:01:36 CEST 2018


On 25/07/2018 14:31, Ashok Kumar Mishra wrote:
> Is it required to increase the build number? Because I have changed only type of the structure member, not
> introduced any new api's or cli's or new structure members.

Assuming the build number also reflects the ABI, yes, since
the size of the struct may change, since sizeof(bool) likely
does not match sizeof(int). This is the case on e.g. GCC x86_64
where sizeof(bool)==1.

- Derek


More information about the x265-devel mailing list