From 679583dad64136d8343bba914d8c1ab5fd7afbec Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 1 Jun 2015 10:14:46 +0800 Subject: [PATCH] refine comments of ffmpeg. --- trunk/src/app/srs_app_ffmpeg.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_ffmpeg.hpp b/trunk/src/app/srs_app_ffmpeg.hpp index f96af8638..4e9f10130 100644 --- a/trunk/src/app/srs_app_ffmpeg.hpp +++ b/trunk/src/app/srs_app_ffmpeg.hpp @@ -45,7 +45,7 @@ class SrsFFMPEG { private: bool started; - // whether SIGINT send but need to wait or SIGKILL. + // whether SIGTERM send but need to wait or SIGKILL. bool fast_stopped; pid_t pid; private: