diff options
author | Peter Ross <pross@xvid.org> | 2011-04-09 13:49:45 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-04-10 04:44:37 +0200 |
commit | 73389754c911bc3171019f0bb98b7aeeb0ef32e6 (patch) | |
tree | 627e250138e940e2d9f9b064677a923bbcf694e7 /libavutil/avutil.h | |
parent | 47dec30edb8565b7e0e8716dc6d0dc36d5b7bc40 (diff) | |
download | ffmpeg-73389754c911bc3171019f0bb98b7aeeb0ef32e6.tar.gz |
pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
PIX_FMT_BGR48LE is used by PhantomCINE demuxer.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index d69e989457..929c5ddcdc 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, \ |