pipewire/spa/plugins/audiotestsrc
Konstantin Kharlamov dea1a0bee2 audiotestsrc: convert sizes to const size_t
`sizes` members participate in multiplication and subsequent assignment
into port->bpf, which has size_t. So LGTM rightfully complains, there's
a chance the multiplication will overflow before the assignment happens.

Should have no influence on performance since 64 bit multiplication is
as fast, and since the struct is constified, a wise compiler should make
sure it doesn't take excess space either.

Fixes LGTM warning:

    Multiplication result may overflow 'unsigned int' before it is converted to 'size_t'.
2021-07-05 23:30:45 +03:00
..
audiotestsrc.c audiotestsrc: convert sizes to const size_t 2021-07-05 23:30:45 +03:00
meson.build meson: replace join_paths(a, b) with a / b 2021-04-15 06:57:00 +00:00
plugin.c use SPA_EXPORT to export symbols 2019-02-06 13:24:41 +01:00
render.c node: add port and node params 2019-02-27 16:43:01 +01:00