diff options
author | Marton Balint <cus@passwd.hu> | 2018-04-28 19:17:31 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-05-06 21:57:22 +0200 |
commit | 03038d4da95eaceef887a4c936825fa58841d767 (patch) | |
tree | 4ed7460920ab351d59fdd10424e0db2822ee13b5 /libavcodec/version.h | |
parent | 652ba72ed3124f201f98eea9bafb2232b535f549 (diff) | |
download | ffmpeg-03038d4da95eaceef887a4c936825fa58841d767.tar.gz |
avcodec/libzvbi-teletextdec: allow -1 subtitle duration and make it the default
Most decoders (pgssubdec, ccaption_dec) are using -1 or UINT32_MAX for a
subtitle event which should be cleared at the next event.
Signed-off-by: Marton Balint <cus@passwd.hu>
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 f368be159d..3fda743cf9 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 19 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |