mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
lavu/avstring: fix typo in av_strireplace function doxy
This commit is contained in:
parent
a76fb12375
commit
362ebf246c
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ int av_strncasecmp(const char *a, const char *b, size_t n);
|
|||
|
||||
/**
|
||||
* Locale-independent strings replace.
|
||||
* @note This means only ASCII-range characters are replace
|
||||
* @note This means only ASCII-range characters are replaced.
|
||||
*/
|
||||
char *av_strireplace(const char *str, const char *from, const char *to);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue