]> git.sesse.net Git - mlt/commit
Let Movit effects supply their own fingerprint.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 16 Jan 2014 18:36:53 +0000 (19:36 +0100)
committerDan Dennedy <dan@dennedy.org>
Fri, 17 Jan 2014 03:27:22 +0000 (19:27 -0800)
commit2c046e968db474d1eafbcf77b119495bf89e6ae5
tree529b4677e02b0fecb243afaa2684187c766b5bf9
parentb686ca6e91eef8f36ebedcb9a57cf74da1da23a3
Let Movit effects supply their own fingerprint.

This allows effects to signal that some sort of change means the chain
needs to be regenerated. In particular, this unbreaks changing the
matrix_size parameter of DeconvolutionSharpenEffect; if you change it,
the entire chain will now be regenerated, instead of getting an assertion
failure.
src/modules/opengl/filter_movit_convert.cpp
src/modules/opengl/filter_movit_deconvolution_sharpen.cpp