diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2013-03-24 16:04:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-26 17:31:41 +0100 |
commit | 064146480b22d541c1c2e0c3e64c95c4370b777e (patch) | |
tree | b054305ced9d5b0d612433406be153ebd371dce0 /.gitignore | |
parent | 1741fece7073f51efdd837a4f307ea2cdf3d1cfb (diff) | |
download | ffmpeg-streaming-064146480b22d541c1c2e0c3e64c95c4370b777e.zip ffmpeg-streaming-064146480b22d541c1c2e0c3e64c95c4370b777e.tar.gz |
tools: add tiny_ssim
Taken from:
http://lists.mplayerhq.hu/pipermail/mencoder-users/2006-August/003801.html
and
x264
See: [FFmpeg-devel] [PATCH] tools: add tiny_ssim
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ /tests/data/ /tests/rotozoom /tests/tiny_psnr +/tests/tiny_ssim /tests/videogen /tests/vsynth1/ /tools/aviocat |