diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-30 11:25:59 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-30 11:25:59 +0100 |
commit | 36436a4032b022f5439fa86a0986065d24cd51fd (patch) | |
tree | 1e26df0669a00183e89b01f90234deea1532a339 /libavcodec/version.h | |
parent | 6838df0488aa4ae4f66751ed2eed63e4c69b7751 (diff) | |
download | ffmpeg-36436a4032b022f5439fa86a0986065d24cd51fd.tar.gz |
Add option forced_subs_only for Bluray subtitles.
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 097909a548..ac28707635 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -22,7 +22,7 @@ #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 0 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MICRO 102 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |