diff options
author | Clément Bœsch <clement@stupeflix.com> | 2016-08-17 16:33:14 +0200 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2016-08-17 16:33:14 +0200 |
commit | fabff10244386e460b9d457051793a799ee570f3 (patch) | |
tree | 286381fe96c000fa22c3560cf33e9f406becfa67 /libavformat | |
parent | ffd71c9c5c64c82923c38406411a3da9a16aa150 (diff) | |
download | ffmpeg-fabff10244386e460b9d457051793a799ee570f3.tar.gz |
lavf/version: fix belive/believe typo
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index a67d118933..ffdeb904cf 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" // Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium) -// Also please add any ticket numbers that you belive might be affected here +// Also please add any ticket numbers that you believe might be affected here #define LIBAVFORMAT_VERSION_MAJOR 57 #define LIBAVFORMAT_VERSION_MINOR 47 #define LIBAVFORMAT_VERSION_MICRO 100 |