summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorStephen Hutchinson <qyot27@gmail.com>2020-03-12 19:38:00 -0400
committerMarton Balint <cus@passwd.hu>2020-04-05 01:23:33 +0200
commit6d8cddd1c67758636843f6a08295b3896c2e9ef8 (patch)
tree3dff5cc7f7303275a177d717b7d6b87b38105d09 /Changelog
parent0c75acb4ce5db623f4c1c2729468e66c3e28ad67 (diff)
avformat/avisynth: switch to AviSynth+ on Linux
AviSynth+ now supports non-Windows OSes, making AvxSynth obsolete. Since we no longer support AviSynth 2.5 (which is essentially what AvxSynth is), remove AvxSynth support and replace it with AviSynth+. As a result, the USING_AVISYNTH defines can be switched back to generic _WIN32.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 05b9a84562..e6db88af07 100644
--- a/Changelog
+++ b/Changelog
@@ -55,6 +55,7 @@ version <next>:
- CRI HCA decoder
- CRI HCA demuxer
- overlay_cuda filter
+- switch from AvxSynth to AviSynth+ on Linux
version 4.2: