Skip to content

asfmux: consistent sscanf args usage

static code analyzer reported:
sscanf format specification '%u' expects type 'unsigned int ' for 'u', but parameter 3 has a different type 'gint'

Edited by Andrey Sazonov

Merge request reports