Add comment on why DCTFilter is needed

master
Simon Bruder 2020-03-15 17:04:38 +00:00
parent 1866ce8bd8
commit 13d3e97559
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ RUN cd /tmp \
&& cd .. \
&& rm -rf fftw-3.3.8
# required by hvf.Deblock_QED (required by fvf.AutoDeblock)
RUN cd /tmp \
&& git clone --depth=1 https://github.com/HomeOfVapourSynthEvolution/VapourSynth-DCTFilter \
&& cd VapourSynth-DCTFilter \