You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
ffprobe: make c_escape_str() documentation terser
Avoid to specify implementation details, better to check the code for that.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user