From 6f0bba98565411367f1e0642189e587222ed420d Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 1 Dec 2013 18:53:24 +0800 Subject: [PATCH] add todo: cycle all process, reap the exited --- trunk/src/core/srs_core_encoder.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/src/core/srs_core_encoder.cpp b/trunk/src/core/srs_core_encoder.cpp index 765027142..c42763e5e 100644 --- a/trunk/src/core/srs_core_encoder.cpp +++ b/trunk/src/core/srs_core_encoder.cpp @@ -548,6 +548,8 @@ int SrsEncoder::cycle() } } + // TODO: cycle all processes. + return ret; }