mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-21 07:24:20 +01:00
Use explicit file protocol for AVIO
AVIO expects a `url` to locate a resource. Use the file protocol to handle filenames containing colons. Fixes #5487 <https://github.com/Genymobile/scrcpy/issues/5487> PR #5499 <https://github.com/Genymobile/scrcpy/pull/5499> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
committed by
Romain Vimont
parent
5694562a74
commit
e411b74a16
@@ -38,6 +38,15 @@ sc_str_join(char *dst, const char *const tokens[], char sep, size_t n);
|
||||
char *
|
||||
sc_str_quote(const char *src);
|
||||
|
||||
/**
|
||||
* Concat two strings
|
||||
*
|
||||
* Return a new allocated string, contanining the concatenation of the two
|
||||
* input strings.
|
||||
*/
|
||||
char *
|
||||
sc_str_concat(const char *start, const char *end);
|
||||
|
||||
/**
|
||||
* Parse `s` as an integer into `out`
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user