diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-27 14:49:33 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-30 22:37:25 +0100 |
commit | 5f02844c8d4fc93972932a84f0a5cbb02fe12a00 (patch) | |
tree | ed243e820b345c9591b78db8dbe8a4616371d8c4 /libavcodec/version.h | |
parent | 2d3305e4f41f2c3fdf22e729d4ec753fb885a8f1 (diff) | |
download | ffmpeg-5f02844c8d4fc93972932a84f0a5cbb02fe12a00.tar.gz |
Add MPL2 subtitles demuxer and decoder.
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 74c8360011..32d3650edf 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 81 +#define LIBAVCODEC_VERSION_MINOR 82 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |