Changeset ac1077ab in ffmpeg

Timestamp:
May 31, 2014, 5:45:03 PM (11 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
59a70422
Parents:
28f7b81
git-author:
James Almer <jamrial@gmail.com> (05/31/14 17:25:03)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (05/31/14 17:45:03)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.