aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/fitsdec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-12-24 02:32:28 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-04 16:28:55 +0100
commitbf2c34a01af4fd5d18e7e978e148ec3ad5fc43c5 (patch)
tree0a8ee04c7dc2c6d8be8f7a600e092b89bd6d8147 /libavcodec/fitsdec.c
parent519c2c1a86bdd6a81ddc1a493bb53fb6fe3a645c (diff)
downloadffmpeg-bf2c34a01af4fd5d18e7e978e148ec3ad5fc43c5.tar.gz
avcodec/mpegvideo_enc: Improve inlining of chroma_format
encode_mb() calls encode_mb_internal() three times, once for each supported chroma format. The reason for this is that some chroma format dependent parameters can then be inlined as encode_mb_internal() is marked as av_always_inline. Yet the most basic parameters based upon chroma format have not been inlined: The chroma format itself and the chroma subsampling parameters. This commit does so. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/fitsdec.c')
0 files changed, 0 insertions, 0 deletions