Update macOS builds to FFmpeg 4.2.1

This commit is contained in:
Cameron Gutman 2019-12-30 02:10:26 -06:00
commit 8cefdeae49
15 changed files with 619 additions and 94 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, ...);
/**
* @}
*/