mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-23 04:52:53 +00:00
video_core: refactor video frame and packet parsing
This commit is contained in:
@@ -28,7 +28,7 @@ void Nvdec::ProcessMethod(u32 method, u32 argument) {
|
||||
}
|
||||
}
|
||||
|
||||
AVFramePtr Nvdec::GetFrame() {
|
||||
std::unique_ptr<FFmpeg::Frame> Nvdec::GetFrame() {
|
||||
return codec->GetCurrentFrame();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user