diff options
author | John Stebbins <jstebbins.hb@gmail.com> | 2012-10-20 09:56:11 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-02 16:13:35 +0100 |
commit | 85f67c4865d8014ded2aaa64b3cba6e2970342d7 (patch) | |
tree | 58d705b05fbb64214147173afb4dda35f3426816 /libavcodec/version.h | |
parent | 26f01bd106f62ffe501a9baf609c476051d919da (diff) | |
download | ffmpeg-85f67c4865d8014ded2aaa64b3cba6e2970342d7.tar.gz |
PGS subtitles: Expose forced flag
Useful for detection of subtitles displayed during foreign language
scenes.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 5ee7c7c55d..45ff5077ba 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 32 +#define LIBAVCODEC_VERSION_MINOR 33 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |