diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-07-02 11:15:06 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-07-13 19:22:46 +0200 |
commit | ac29054fda1fab73c443b7d6f9dd72a9f25f7aae (patch) | |
tree | e18167f622e3c3771499582c2fff0589a818bef3 /libavcodec/version.h | |
parent | 39bb27bf79bc4c2d8beaed637a14176264cb1916 (diff) | |
download | ffmpeg-ac29054fda1fab73c443b7d6f9dd72a9f25f7aae.tar.gz |
imgconvert: add avcodec_find_best_pix_fmt2()
The number of pixel formats outgrew the number of available bits in
the bitmask used in avcodec_find_best_pix_fmt().
avcodec_find_best_pix_fmt2() uses a PIX_FMT_NONE terminated list
of pixel formats instead.
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 6cdb92a4ae..ff13f9d22d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 20 +#define LIBAVCODEC_VERSION_MINOR 21 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |