Update Windows builds to FFmpeg 4.2.1 with D3D11VA+DXVA2 enabled

This commit is contained in:
Cameron Gutman
2019-12-31 22:35:28 -06:00
parent 1313c7b3bf
commit 174983ce1e
26 changed files with 614 additions and 92 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, ...);
/**
* @}
*/