diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-10 00:24:04 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-10 00:24:04 +0200 |
commit | 3aa2257d240a5a0eb94014b9113dd91730786886 (patch) | |
tree | b5ec73ed6d80805b0837a900a4f72381ecace3c1 | |
parent | 233177a4ec68bddf6df865936bc3c630d8d9ec58 (diff) | |
download | ffmpeg-3aa2257d240a5a0eb94014b9113dd91730786886.tar.gz |
doc/RELEASE_NOTES: add a note about AVISynth
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/RELEASE_NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 2faf40d656..8d98429dcb 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -14,3 +14,7 @@ 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. + +AVI/AVXSynth +-------- +If you want to use FFmpeg with AVISynth, you need AVISynth 2.6.0 at minimum. |