diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-12 19:39:10 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-20 18:58:38 +0200 |
commit | cd2e46a3508d123db9d235b71dd06d495d1eecde (patch) | |
tree | cc6cafa142cdc9c87c81560b281a399ec08860db /libavcodec/motion_est.h | |
parent | 182e647a64bc85f74a03da9f1c96c9111e7b27d4 (diff) | |
download | ffmpeg-cd2e46a3508d123db9d235b71dd06d495d1eecde.tar.gz |
avcodec/me_cmp, mpegvideo: Move frame_skip_cmp to MpegEncContext
MECmpContext has several arrays of function pointers that
are not set by ff_me_cmp_init(), but that are set by users
to one of the other arrays via ff_set_cmp().
One of these other users is mpegvideo_enc; it is the only user
of MECmpContext.frame_skip_cmp and it only uses one of these
function pointers at all.
This commit therefore moves this function pointer to MpegEncContext;
and removes the array from MECmpContext.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/motion_est.h')
0 files changed, 0 insertions, 0 deletions