| 35 | { |
| 36 | |
| 37 | std::shared_ptr<EncoderThread> EncoderThread::Make(const std::shared_ptr<RdApplication>& app) { |
| 38 | return std::make_shared<EncoderThread>(app); |
| 39 | } |
| 40 | |
| 41 | EncoderThread::EncoderThread(const std::shared_ptr<RdApplication>& app) { |
| 42 | app_ = app; |
nothing calls this directly
no outgoing calls
no test coverage detected