mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-07-29 04:08:39 +00:00
feat: change ffmpeg to 4.2.2
This commit is contained in:
parent
06801d5cfb
commit
70bb9f7c1f
51 changed files with 663 additions and 56 deletions
|
@ -400,6 +400,12 @@ int av_utf8_decode(int32_t *codep, const uint8_t **bufp, const uint8_t *buf_end,
|
|||
*/
|
||||
int av_match_list(const char *name, const char *list, char separator);
|
||||
|
||||
/**
|
||||
* See libc sscanf manual for more information.
|
||||
* Locale-independent sscanf implementation.
|
||||
*/
|
||||
int av_sscanf(const char *string, const char *format, ...);
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue