summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorFei Wang <fei.w.wang@intel.com>2020-04-22 13:23:01 +0800
committerLynne <dev@lynne.ee>2020-06-12 17:56:15 +0100
commitb09fb030c15fea2a1cbddf0074c498a415f3fed2 (patch)
tree7951cc3d914caf552cd5a211619487868c625b17 /libavutil/version.h
parent38737b3d4e03e2a089083e38cd1fd6f9b4c3ddfd (diff)
lavu/pix_fmt: add new pixel format x2rgb10
The format is packed RGB with each channel 10 bits available and include 2 bits unused. Signed-off-by: Fei Wang <fei.w.wang@intel.com>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 9b6adc2268..3ce9b1831e 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 56
-#define LIBAVUTIL_VERSION_MINOR 54
+#define LIBAVUTIL_VERSION_MINOR 55
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \