[FFmpeg-cvslog] ffprobe: make c_escape_str() documentation terser

Stefano Sabatini git at videolan.org
Tue May 29 01:04:27 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun May 27 01:28:26 2012 +0200| [6994b552a6a425eaa996346d68f937ee70023844] | committer: Stefano Sabatini

ffprobe: make c_escape_str() documentation terser

Avoid to specify implementation details, better to check the code for
that.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6994b552a6a425eaa996346d68f937ee70023844
---

 ffprobe.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ffprobe.c b/ffprobe.c
index bbcc5ae..12b5c37 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)
 {



More information about the ffmpeg-cvslog mailing list