diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-03-25 18:41:39 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-25 19:00:55 +0100 |
commit | ab8b73ff4e305bfdf0aaf1a61a8060605805040b (patch) | |
tree | 70f05bcdc04136a538f7a2f438a6ab37209456e7 | |
parent | 5fd7bc25f182e26affdf5ff6e4573188733b38b0 (diff) | |
download | ffmpeg-ab8b73ff4e305bfdf0aaf1a61a8060605805040b.tar.gz |
lavc: Bump micro for dvd subtitle cb/cr fix Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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 fe608c78db..477d85164d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -22,7 +22,7 @@ #define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MINOR 114 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |