Browse Source

ffprobe: make c_escape_str() documentation terser

Avoid to specify implementation details, better to check the code for
that.
tags/n1.0
Stefano Sabatini 13 years ago
parent
commit
6994b552a6
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      ffprobe.c

+ 1
- 2
ffprobe.c View File

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


Loading…
Cancel
Save