1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-14 22:22:59 +02:00
Andreas Rheinhardt b1a31b32ab avcodec/me_cmp,dvenc,mpegvideo: Move ildct_cmp to its users
MECmpContext.ildct_cmp is an array 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().

Remove these pointers from MECmpContext and add pointers
for the actually used functions to its users. (The DV encoder
already did so.)

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-06-20 18:58:38 +02:00
..
2024-01-11 14:48:53 +02:00
2023-11-27 17:55:24 +02:00
2024-05-11 10:28:59 +02:00
2024-03-15 12:51:15 +01:00
2024-06-04 11:46:27 +02:00
2024-06-04 11:46:27 +02:00
2024-06-04 11:46:27 +02:00
2024-03-15 12:51:15 +01:00
2024-05-03 18:00:53 +03:00
2023-12-22 09:28:04 -03:00
2024-03-15 12:51:15 +01:00
2024-05-30 18:30:52 +03:00