feat: change ffmpeg to 4.2.2

This commit is contained in:
rankun 2020-02-15 10:04:49 +08:00
commit 70bb9f7c1f
51 changed files with 663 additions and 56 deletions

View file

@ -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, ...);
/**
* @}
*/