diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-05 13:27:59 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-05 13:27:59 +0100 |
commit | 2163c8828d21d9c774ba69c8264c865921a47f2b (patch) | |
tree | 6f72f9b04c31fb322a49baf4fb783025c9ef2792 | |
parent | be0a67bd6508ccff81570a41ebe8169e34012c66 (diff) | |
parent | b14e89b3c5e6d7f6401a2ff1e3d198fa902e988a (diff) | |
download | ffmpeg-2163c8828d21d9c774ba69c8264c865921a47f2b.tar.gz |
Merge commit 'b14e89b3c5e6d7f6401a2ff1e3d198fa902e988a'
* commit 'b14e89b3c5e6d7f6401a2ff1e3d198fa902e988a':
Prepare for 9 Release.
Update release notes for the 9 release.
avprobe: also output dar/par if only defined in stream
Conflicts:
RELEASE
avprobe.c
doc/RELEASE_NOTES
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/RELEASE_NOTES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 135165afa1..f71f18a3aa 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -14,3 +14,9 @@ accepted. If you are experiencing issues with any formally released version of FFmpeg, please try git master to check if the issue still exists. If it does, make your report against the development code following the usual bug reporting guidelines. + +Of big interest to our Windows users, FFmpeg now supports building with the MSVC +compiler. Since MSVC does not support C99 features used extensively by FFmpeg, +this has been accomplished using a converter that turns C99 code to C89. See the +platform-specific documentation for more detailed documentation on building +FFmpeg with MSVC. |