diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-28 13:33:49 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-12 10:51:16 +0200 |
commit | 55e81306bfdecda915184bd970198dbe4f678e8d (patch) | |
tree | 8810c76bec0f33281c761dcfe45c3976d7b349b3 /configure | |
parent | 5f505995db8f80867bd70f7b632ec0bb9879a3d5 (diff) | |
download | ffmpeg-55e81306bfdecda915184bd970198dbe4f678e8d.tar.gz |
avcodec/mpegvideo_motion: Optimize check away
When !CONFIG_SMALL, we create separate functions for FMT_MPEG1
(i.e. for MPEG-1/2); given that there are only three possibilities
for out_format (FMT_MPEG1, FMT_H263 and FMT_H261 -- MJPEG and SpeedHQ
are both intra-only and do not have motion vectors at all, ergo
they don't call this function), one can optimize MPEG-1/2-only code
away in mpeg_motion_internal().
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions