diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-06-13 13:10:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-06-20 00:08:45 +0200 |
commit | 3fd0694a119a03a0b406a28e2e2942eefc44bd30 (patch) | |
tree | df3228f4befaae4019c58e3f651bb0875c498f7e /libavformat/version.h | |
parent | e32857f30eed011e6c49d578418692f54d8e9a5d (diff) | |
download | ffmpeg-3fd0694a119a03a0b406a28e2e2942eefc44bd30.tar.gz |
avformat/version: Change the version bumping comment
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index ce650d583f..558a6d7ceb 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -29,8 +29,8 @@ #include "libavutil/version.h" -// When bumping major check Ticket5467, 5421, 5451(compatibility with Chromium) for regressing -// Also please add any ticket numbers that you belive might regress here +// Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium) +// Also please add any ticket numbers that you belive might be affected here #define LIBAVFORMAT_VERSION_MAJOR 57 #define LIBAVFORMAT_VERSION_MINOR 38 #define LIBAVFORMAT_VERSION_MICRO 102 |