Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2016-11-21 00:55:49 +0300
committerPhilip Langdale <philipl@overt.org>2016-11-22 21:07:43 +0300
commit237421f14973a81fe342f7500db176e1c09c58f6 (patch)
treed25b94c5b14cbf041c3c4204502b34cc748469f9 /libavutil/version.h
parent5ea8f7062300fea30b32280ea59a911caea68d5a (diff)
avutil: add P016 pixel format
P016 is the 16-bit variant of NV12 (planar luma, packed chroma), using two bytes per component. It may, and in fact is most likely to, be used in situations where there are less than 16 bits of data. It is the responsibility of the writer to zero out any unused LSBs.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 45b3c8b81d..57f221c0bd 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,8 +79,8 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 55
-#define LIBAVUTIL_VERSION_MINOR 40
-#define LIBAVUTIL_VERSION_MICRO 101
+#define LIBAVUTIL_VERSION_MINOR 41
+#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \