aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-03-28 17:15:22 +0100
committerJames Almer <jamrial@gmail.com>2025-03-28 14:33:31 -0300
commitaaf3cd9ddb7ab4779d16ac234c97ac2e600231ba (patch)
tree46265ed9b63d70ada52d7ce5bfd1bda32ea79de0 /doc/APIchanges
parent0ccf385e130377e3796c6abc82d51a913296ebc4 (diff)
downloadffmpeg-aaf3cd9ddb7ab4779d16ac234c97ac2e600231ba.tar.gz
avcodec/raw: Duplicate raw_pix_fmt_tags into fourcc2pixfmt tool
Do this instead of exporting raw_pix_fmt_tags via avpriv_get_raw_pix_fmt_tags(). For shared builds this will lead to an increase in the combined size of the lavc and fourcc2pixfmt binaries (because the overhead of exporting avpriv_get_raw_pix_fmt_tags() is dwarfed by the size of the array), but given that fourcc2pixfmt is a test tool that is not widely distributed it does not really matter. For static builds the opposite is true (the rest of lavc/raw.o is no longer pulled into the test tool and the getter can be removed, too). This patch has the additional benefit of removing struct PixelFormatTag from the ABI. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc/APIchanges')
0 files changed, 0 insertions, 0 deletions