diff options
author | Ben Boeckel <mathstuf@gmail.com> | 2013-11-17 20:36:31 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-20 17:03:19 +0100 |
commit | c28b61caf0e3f20714d428d9bce5bd41ebf4cfde (patch) | |
tree | 1bbe903fb235a20d317750b52c73fdf1dab3cc0f /libavcodec/version.h | |
parent | 51a84a6bca611759c237aefe4408dbea8e153c04 (diff) | |
download | ffmpeg-c28b61caf0e3f20714d428d9bce5bd41ebf4cfde.tar.gz |
Document new APIs for av_packet_{un, }pack_dictionary()
Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Reveiwed-by: wm4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 8db02700e9..8f61301816 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 43 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 44 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |