]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libcupsfilters: Let cfFilterUniversal() not se unnecessary parameters
authorTill Kamppeter <till.kamppeter@gmail.com>
Sat, 3 Sep 2022 18:00:30 +0000 (20:00 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sat, 3 Sep 2022 18:00:30 +0000 (20:00 +0200)
commit14f6e42640141b1e9e825acca3b4d56cf8a1c7a2
tree9c129a4b2251988370d89d59b6814314d44456e0
parent39200e9101b2cae9bc8679602fa56993c2afdebd
libcupsfilters: Let cfFilterUniversal() not se unnecessary parameters

With the new fields content_type and final_content_type in the filter
data structure the output format does not need to get supplied as
parameter any more for most filter functions. So let
cfFilterUniversal() not supply any parameters any more to filter
functions which do not use them any more.
cupsfilters/universal.c