diff options
author | James Almer <jamrial@gmail.com> | 2013-01-30 00:35:26 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-12 15:36:12 +0100 |
commit | 0957041221fa6d883c4ff245f2f3a452cca55b3f (patch) | |
tree | 33e265961ab9b60545792619fa2a4c550b1e91d4 /libavcodec/version.h | |
parent | a63dc846b502462c724c4791f830878301b0277a (diff) | |
download | ffmpeg-0957041221fa6d883c4ff245f2f3a452cca55b3f.tar.gz |
lavc/tta: Add support for encrypted streams
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 0844754db2..96e53ffe89 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 91 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MICRO 103 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |