Home
last modified time | relevance | path

Searched refs:orig_buf_dup (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhlsenc.c1933 char *orig_buf_dup = NULL, *mod_buf_dup = NULL; in format_name() local
1936 orig_buf_dup = av_strdup(buf); in format_name()
1937 if (!orig_buf_dup) in format_name()
1941 *s = orig_buf_dup; in format_name()
1946 if (replace_int_data_in_filename(s, orig_buf_dup, 'v', index) < 1) { in format_name()
1951 if (replace_str_data_in_filename(s, orig_buf_dup, 'v', varname) < 1) { in format_name()
1957 proto = avio_find_protocol_name(orig_buf_dup); in format_name()
1958 dir = av_dirname(orig_buf_dup); in format_name()
1971 av_freep(&orig_buf_dup); in format_name()

Completed in 8 milliseconds