aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2011-03-17 21:15:57 +1100
committerMichael Niedermayer <michaelni@gmx.at>2011-03-17 15:11:31 +0100
commite309fdc7018a1027d187ec27fb1d69a41a4ee167 (patch)
tree96335d6a34ebbd22c89493a4bc888b14d939eb7d /libavutil/avutil.h
parent969eb21ba21f0ed7154dd2a2fc754ef159df94a2 (diff)
downloadffmpeg-e309fdc7018a1027d187ec27fb1d69a41a4ee167.tar.gz
Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index e887c4d5bf..095540cda4 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -40,7 +40,7 @@
#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
#define LIBAVUTIL_VERSION_MAJOR 50
-#define LIBAVUTIL_VERSION_MINOR 39
+#define LIBAVUTIL_VERSION_MINOR 40
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \