diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-01-06 07:23:43 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-01-06 18:59:15 +0100 |
commit | f6659e5c5e76f346fa556eab4be41533914c6ed4 (patch) | |
tree | 2b243166e465b65e76979c7ac2a27de96a382773 /tests/fate | |
parent | 1ae9d2820e1181a1109c230d4f1e717443dcce2d (diff) | |
download | ffmpeg-f6659e5c5e76f346fa556eab4be41533914c6ed4.tar.gz |
lavfi/kerndeint: fix temp buffer linesize.
Also re-enable the FATE test.
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/avfilter.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate/avfilter.mak b/tests/fate/avfilter.mak index e69d6a14e2..e1e7280e31 100644 --- a/tests/fate/avfilter.mak +++ b/tests/fate/avfilter.mak @@ -41,6 +41,7 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \ FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-colormatrix1 \ fate-lavfi-colormatrix2 \ fate-lavfi-hue \ + fate-lavfi-kerndeint \ fate-lavfi-pixfmts_super2xsai \ fate-lavfi-tinterlace_merge \ fate-lavfi-tinterlace_pad \ |