]> git.sesse.net Git - ffmpeg/commitdiff
avutil/version: bump for hwcontext_videotoolbox api change
authorAman Gupta <aman@tmm1.net>
Wed, 4 Sep 2019 19:55:52 +0000 (12:55 -0700)
committerAman Gupta <aman@tmm1.net>
Wed, 4 Sep 2019 19:56:25 +0000 (12:56 -0700)
av_map_videotoolbox_format_from_pixfmt2() added in previous
commit to support full-range pixel formats.

Signed-off-by: Aman Gupta <aman@tmm1.net>
doc/APIchanges
libavutil/version.h

index 82f38987d6e3c0ea4c4f82c05b06b587d246f184..80558a49c7d6ce9e1c0c657ffdf86ee2d580d121 100644 (file)
@@ -15,6 +15,9 @@ libavutil:     2017-10-21
 
 API changes, most recent first:
 
+2019-09-04 - 2a9d461abc - lavu 56.35.100 - hwcontext_videotoolbox.h
+  Add av_map_videotoolbox_format_from_pixfmt2() for full range pixfmt
+
 2019-09-01 - xxxxxxxxxx - lavu 56.34.100 - pixfmt.h
   Add EBU Tech. 3213-E AVColorPrimaries value
 
index 658a5082848de8dbdba11dccf1ac3621b91d2148..3395769857badf7d767d1e879dd14041ae04aca8 100644 (file)
@@ -79,7 +79,7 @@
  */
 
 #define LIBAVUTIL_VERSION_MAJOR  56
-#define LIBAVUTIL_VERSION_MINOR  34
+#define LIBAVUTIL_VERSION_MINOR  35
 #define LIBAVUTIL_VERSION_MICRO 100
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \