aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-12 19:39:10 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-06-20 18:58:38 +0200
commitcd2e46a3508d123db9d235b71dd06d495d1eecde (patch)
treecc6cafa142cdc9c87c81560b281a399ec08860db /libavcodec/motion_est.h
parent182e647a64bc85f74a03da9f1c96c9111e7b27d4 (diff)
downloadffmpeg-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