diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-30 11:24:02 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-30 11:24:02 +0100 |
commit | 6838df0488aa4ae4f66751ed2eed63e4c69b7751 (patch) | |
tree | cda191b6a6810b8bd49439095515d9674d37d9b1 /libavcodec/version.h | |
parent | e1492151fb0c1ad2a9efbb2f2413b60113208b61 (diff) | |
download | ffmpeg-6838df0488aa4ae4f66751ed2eed63e4c69b7751.tar.gz |
Add pix_fmt_info for yuva444.
Reviewed-by: Paul B Mahol
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index b27ffc9195..097909a548 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -22,7 +22,7 @@ #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 0 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |