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 */
|
/* Compact output */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Escape \n, \r, \\ and sep characters contained in s, and print the
|
* Apply C-language-like string escaping.
|
||||||
* resulting string.
|
|
||||||
*/
|
*/
|
||||||
static const char *c_escape_str(AVBPrint *dst, const char *src, const char sep, void *log_ctx)
|
static const char *c_escape_str(AVBPrint *dst, const char *src, const char sep, void *log_ctx)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user