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 _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
