diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-09-14 00:14:58 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-14 00:14:58 +0200 |
commit | 5312fb13b47cd529d1d5c11874494a6d4756c131 (patch) | |
tree | f12a85baa03edbc7c2ab6c0a276db8c9cdc7d5fa | |
parent | c2a7607a1ca6830de1d2249b875630a1098de0e0 (diff) | |
download | ffmpeg-5312fb13b47cd529d1d5c11874494a6d4756c131.tar.gz |
RELEASE_NOTES: add version numbers
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | RELEASE_NOTES | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6b6e2939e2..d30b863ce5 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -11,16 +11,16 @@ │ * API Information │ └────────────────────────────┘ - FFmpeg <next> includes the following library versions: + FFmpeg 2.4 includes the following library versions: - • libavutil xx.yy.1zz - • libavcodec xx.yy.1zz - • libavformat xx.yy.1zz - • libavdevice xx.yy.1zz - • libavfilter xx.yy.1zz - • libswscale xx.yy.1zz - • libswresample xx.yy.1zz - • libpostproc xx.yy.1zz + • libavutil 54.7.100 + • libavcodec 56.1.100 + • libavformat 56.4.101 + • libavdevice 56.0.100 + • libavfilter 5.1.100 + • libswscale 3.0.100 + • libswresample 1.1.100 + • libpostproc 53.0.100 Please refer to the doc/APIChanges file for more information. |