Home
last modified time | relevance | path

Searched refs:av_escape (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Davstring.h377 int av_escape(char **dst, const char *src, const char *special_chars,
Davstring.c335 int av_escape(char **dst, const char *src, const char *special_chars, in av_escape() function
/third_party/ffmpeg/tools/
Dffescape.c172 if (av_escape(&dst_buf, src_buf, special_chars, escape_mode, escape_flags) < 0) { in main()
/third_party/ffmpeg/libavformat/
Dsegment.c340 …if (av_escape(&buf, list_entry->filename, NULL, AV_ESCAPE_MODE_AUTO, AV_ESCAPE_FLAG_WHITESPACE) < … in segment_list_print_entry()
/third_party/ffmpeg/doc/
DAPIchanges1758 Add av_escape() and av_bprint_escape() API.