From 6994b552a6a425eaa996346d68f937ee70023844 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 27 May 2012 01:28:26 +0200 Subject: ffprobe: make c_escape_str() documentation terser Avoid to specify implementation details, better to check the code for that. --- ffprobe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ffprobe.c') diff --git a/ffprobe.c b/ffprobe.c index bbcc5aeffd..12b5c374ff 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -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) { -- cgit v1.2.3