diff options
author | trav90 <travawine@palemoon.org> | 2022-05-28 08:53:54 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2022-05-28 08:53:54 -0500 |
commit | e51762357430650c463322fd42b4574f92f9654c (patch) | |
tree | 5e7f82ba8f5b346a515147a4a0e1c4b67c45ce75 /media/ffvpx/libavutil/avstring.h | |
parent | 61efa1ee08354cd5294bfffaf27d48378853115a (diff) | |
download | uxp-e51762357430650c463322fd42b4574f92f9654c.tar.gz |
Issue #83 - Update FFVPX to version 4.2.7
Diffstat (limited to 'media/ffvpx/libavutil/avstring.h')
-rw-r--r-- | media/ffvpx/libavutil/avstring.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/media/ffvpx/libavutil/avstring.h b/media/ffvpx/libavutil/avstring.h index 04d2695640..37dd4e2da0 100644 --- a/media/ffvpx/libavutil/avstring.h +++ b/media/ffvpx/libavutil/avstring.h @@ -401,6 +401,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, ...); + +/** * @} */ |