mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05:00
fix sign confusion
This commit is contained in:
parent
74e5f9fbcf
commit
e918f9f77c
60 changed files with 164 additions and 146 deletions
|
|
@ -100,7 +100,7 @@ static Uint32 id_to_sdl_format(uint32_t id)
|
|||
|
||||
static struct spa_pod *sdl_build_formats(SDL_RendererInfo *info, struct spa_pod_builder *b)
|
||||
{
|
||||
int i, c;
|
||||
uint32_t i, c;
|
||||
|
||||
spa_pod_builder_push_object(b, SPA_TYPE_OBJECT_Format, SPA_PARAM_EnumFormat);
|
||||
spa_pod_builder_prop(b, SPA_FORMAT_mediaType, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue