]> git.sesse.net Git - ffmpeg/commit
lavfi/hqdn3d: remove timeline flag.
authorClément Bœsch <ubitux@gmail.com>
Fri, 26 Apr 2013 19:27:00 +0000 (21:27 +0200)
committerClément Bœsch <ubitux@gmail.com>
Fri, 26 Apr 2013 19:27:02 +0000 (21:27 +0200)
commit039c2b7828dafba7d2e860bc1fd45a14dd72f076
treed859d8b6a3fb010aadbb7344cedfc6393f833123
parent74b1c32a8027c2d3eb6d4fdf6d6857f7587a069b
lavfi/hqdn3d: remove timeline flag.

The filter stores some temporal data, which needs to be done with the
passthrough callback system when timeline is enabled. Until then,
timeline support is disabled.
libavfilter/vf_hqdn3d.c