mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[feat] use smart pointer for ReceivedFrame when send it into decoder
This commit is contained in:
@@ -14,7 +14,7 @@ class NvidiaVideoDecoder : public VideoDecoder {
|
||||
public:
|
||||
int Init();
|
||||
|
||||
int Decode(const ReceivedFrame& received_frame,
|
||||
int Decode(std::unique_ptr<ReceivedFrame> received_frame,
|
||||
std::function<void(const DecodedFrame&)> on_receive_decoded_frame);
|
||||
|
||||
std::string GetDecoderName() { return "NvidiaH264"; }
|
||||
|
||||
Reference in New Issue
Block a user