diff options
author | James Almer <jamrial@gmail.com> | 2014-05-31 14:25:03 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-31 19:45:03 +0200 |
commit | ac1077ab5010fef7f77ea64089f73901825a1b43 (patch) | |
tree | bae41cca1ea52f06c2039d25ad26f9d9426edacd /libpostproc | |
parent | 28f7b81f9b00ff7e7096e6d2415ddfd118c7b6e8 (diff) | |
download | ffmpeg-ac1077ab5010fef7f77ea64089f73901825a1b43.tar.gz |
lavc/dsputil: add missing vsad8 and vsse8 functions
the mpeg encoder would try to use them if vsad or vsse were selected for frame_skip_cmp
and frame_skip_threshold or frame_skip_factor were set to values != 0
example: "ffmpeg -i INPUT -c:v mpeg2video -skipcmp vsad -skip_threshold 1 -f null -"
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libpostproc')
0 files changed, 0 insertions, 0 deletions