mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ffprobe: make c_escape_str() documentation terser
Avoid to specify implementation details, better to check the code for that.
This commit is contained in:
parent
59a78290b6
commit
6994b552a6
@ -497,8 +497,7 @@ static const Writer default_writer = {
|
||||
/* Compact output */
|
||||
|
||||
/**
|
||||
* Escape \n, \r, \\ and sep characters contained in s, and print the
|
||||
* resulting string.
|
||||
* Apply C-language-like string escaping.
|
||||
*/
|
||||
static const char *c_escape_str(AVBPrint *dst, const char *src, const char sep, void *log_ctx)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user