diff options
author | Marton Balint <cus@passwd.hu> | 2014-06-14 17:07:28 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-14 19:45:53 +0200 |
commit | 9236f7b5a23b4907f7b2bf6346ecd88e6d76f1e0 (patch) | |
tree | 37b806df51af88fb3d1a4a4db2e72640bac7dee2 /libavcodec/version.h | |
parent | 66f4891e6422ada894dccdd63bc4464d634d9e61 (diff) | |
download | ffmpeg-9236f7b5a23b4907f7b2bf6346ecd88e6d76f1e0.tar.gz |
mpeg12enc: add seq_disp_ext option for deciding when to write a sequence_display_extension
Signed-off-by: Marton Balint <cus@passwd.hu>
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 d16e140271..a48fb48d49 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 55 #define LIBAVCODEC_VERSION_MINOR 66 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |