smooth_replace_string 3351 src/media_tools/mpd.c             smooth_replace_string(att->value, "{bitrate}", "$Bandwidth$", &template_url);
smooth_replace_string 3352 src/media_tools/mpd.c             smooth_replace_string(template_url, "{Bitrate}", "$Bandwidth$", &template_url);
smooth_replace_string 3353 src/media_tools/mpd.c             smooth_replace_string(template_url, "{start time}", "$Time$", &template_url);
smooth_replace_string 3354 src/media_tools/mpd.c             smooth_replace_string(template_url, "{start_time}", "$Time$", &template_url);