mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-02 22:29:25 +00:00
Fix recorder comment
This commit is contained in:
parent
066f4f5e88
commit
b2e67b5a60
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ find_muxer(const char *name) {
|
||||||
#else
|
#else
|
||||||
oformat = av_oformat_next(oformat);
|
oformat = av_oformat_next(oformat);
|
||||||
#endif
|
#endif
|
||||||
// until null or with name "mp4"
|
// until null or with having the requested name
|
||||||
} while (oformat && strcmp(oformat->name, name));
|
} while (oformat && strcmp(oformat->name, name));
|
||||||
return oformat;
|
return oformat;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue