diff options
author | Clément Bœsch <cboesch@gopro.com> | 2017-05-05 13:04:24 +0200 |
---|---|---|
committer | Clément Bœsch <cboesch@gopro.com> | 2017-05-05 13:04:38 +0200 |
commit | 651ee9346105b9d492e01172ab447c04d03fa32e (patch) | |
tree | e0aa99cb1538dd8198ea50e0bf3c4fb57d489177 /libavutil/version.h | |
parent | 20e72faef6946cde8e59981ef511b824a01c5adb (diff) | |
parent | e435beb1ea5380a90774dbf51fdc8c941e486551 (diff) | |
download | ffmpeg-651ee9346105b9d492e01172ab447c04d03fa32e.tar.gz |
Merge commit 'e435beb1ea5380a90774dbf51fdc8c941e486551'
* commit 'e435beb1ea5380a90774dbf51fdc8c941e486551':
crypto: consistently use size_t as type for length parameters
Merged-by: Clément Bœsch <cboesch@gopro.com>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index bba39e0180..e7a657971f 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -135,6 +135,9 @@ #ifndef FF_API_PKT_PTS #define FF_API_PKT_PTS (LIBAVUTIL_VERSION_MAJOR < 56) #endif +#ifndef FF_API_CRYPTO_SIZE_T +#define FF_API_CRYPTO_SIZE_T (LIBAVUTIL_VERSION_MAJOR < 56) +#endif /** |