1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

parse ffmpeg params

This commit is contained in:
winlin 2013-11-30 21:02:21 +08:00
parent ce15f4bce3
commit 80a81b1661
12 changed files with 704 additions and 18 deletions

View file

@ -91,4 +91,8 @@ extern void srs_update_system_time_ms();
// signal defines.
#define SIGNAL_RELOAD SIGHUP
#include <string>
// replace utility
extern std::string srs_replace(std::string str, std::string old_str, std::string new_str);
#endif