VideoStack: move sws execution to WorkThread and optimization interface (#3407)

VideoStack: move sws execution to WorkThread and optimization interface
This commit is contained in:
KkemChen
2024-03-23 20:47:38 +08:00
committed by GitHub
parent d638754364
commit 2e2823d4cf
3 changed files with 17 additions and 19 deletions

View File

@@ -80,6 +80,7 @@ class Channel : public std::enable_shared_from_this<Channel> {
std::vector<std::weak_ptr<Param>> _params;
mediakit::FFmpegSws::Ptr _sws;
toolkit::EventPoller::Ptr _poller;
};
class StackPlayer : public std::enable_shared_from_this<StackPlayer> {