Searched defs:special_chars (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/tools/ |
D | ffescape.c | 72 char *special_chars = NULL; in main() local
|
/third_party/ffmpeg/libavutil/ |
D | dict.c | 236 char special_chars[] = {pairs_sep, key_val_sep, '\0'}; in av_dict_get_string() local
|
D | bprint.c | 263 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars, in av_bprint_escape()
|
D | avstring.c | 338 int av_escape(char **dst, const char *src, const char *special_chars, in av_escape()
|
D | opt.c | 2200 const char special_chars[] = {pairs_sep, key_val_sep, '\0'}; in av_opt_serialize() local
|