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

refine comments of ffmpeg.

This commit is contained in:
winlin 2015-06-01 10:14:46 +08:00
parent 03d951c0fb
commit 679583dad6

View file

@ -45,7 +45,7 @@ class SrsFFMPEG
{ {
private: private:
bool started; bool started;
// whether SIGINT send but need to wait or SIGKILL. // whether SIGTERM send but need to wait or SIGKILL.
bool fast_stopped; bool fast_stopped;
pid_t pid; pid_t pid;
private: private: