Skip to content

continuous build

Latest
Compare
Choose a tag to compare
@MartinPulec MartinPulec released this 18 May 12:09
· 1 commit to master since this release
5a5d8ae
encoder: add convenience input sett. alternatives

Add function returning gpujpeg_encoder_input structure for convenience,
mostly to make tools like clang-tidy happy that the struct is initialized
when defined. It is much better than tempting user to use something like
(`= { 0 }`) to suppress the warning. Also this can be used in C++
brace-or-equal or class initializer section.