Commit 6994b552 authored by Stefano Sabatini's avatar Stefano Sabatini

ffprobe: make c_escape_str() documentation terser

Avoid to specify implementation details, better to check the code for
that.
parent 59a78290
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment