[FFmpeg-devel] [PATCH] avutil/hmac: fix API/ABI compatibility with the fork
James Almer
jamrial at gmail.com
Thu Jul 30 02:32:56 CEST 2015
On 29/07/15 9:27 PM, Michael Niedermayer wrote:
> On Wed, Jul 29, 2015 at 09:06:33PM -0300, James Almer wrote:
>> The test code is updated with some cosmetics to avoid the loop
>> using undefined AVHMACType values.
>> The old enum values will be removed in the next major bump, effectively
>> making both projects synced and without API or ABI issues.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> libavutil/hmac.c | 59 +++++++++++++++++++++++++++++++----------------------
>> libavutil/hmac.h | 12 +++++------
>> libavutil/version.h | 3 +++
>> 3 files changed, 44 insertions(+), 30 deletions(-)
>
> probably ok
Pushed, thanks.
More information about the ffmpeg-devel
mailing list