ffprobe: make c_escape_str() documentation terser

Avoid to specify implementation details, better to check the code for
that.
This commit is contained in:
Stefano Sabatini 2012-05-27 01:28:26 +02:00
parent 59a78290b6
commit 6994b552a6
1 changed files with 1 additions and 2 deletions

View File

@ -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)
{ {