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

refine log of ffmpeg

This commit is contained in:
winlin 2014-04-07 11:20:03 +08:00
parent 4f7cfeed37
commit c759a7c6b5
2 changed files with 26 additions and 9 deletions

View file

@ -48,6 +48,7 @@ class SrsFFMPEG;
class SrsEncoder : public ISrsThreadHandler
{
private:
std::string input_stream_name;
std::vector<SrsFFMPEG*> ffmpegs;
private:
SrsThread* pthread;