Searched refs:av_escape (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | avstring.h | 377 int av_escape(char **dst, const char *src, const char *special_chars,
|
D | avstring.c | 335 int av_escape(char **dst, const char *src, const char *special_chars, in av_escape() function
|
/third_party/ffmpeg/tools/ |
D | ffescape.c | 172 if (av_escape(&dst_buf, src_buf, special_chars, escape_mode, escape_flags) < 0) { in main()
|
/third_party/ffmpeg/libavformat/ |
D | segment.c | 340 …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/ |
D | APIchanges | 1758 Add av_escape() and av_bprint_escape() API.
|