Add comment on why DCTFilter is needed

This commit is contained in:
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

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 \