pipewire/spa/plugins/videoconvert
Peter Hutterer cdfd50e166 spa: add spa_atob() to convert a string to a boolean
This replaces the manual check for "true" and some (inconsistent) return value
of atoi. All those instances now require either "true" or "1" to parse as
true, any other value (including NULL) is boolean false.
2021-05-18 22:18:56 +10:00
..
meson.build meson: replace join_paths(a, b) with a / b 2021-04-15 06:57:00 +00:00
plugin.c videoconvert: beginnings of video converter 2019-07-25 12:19:41 +02:00
videoadapter.c spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00