winlin

refine comments of ffmpeg.

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