mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 20:59:05 -05:00
video_core: refactor video frame and packet parsing
This commit is contained in:
@ -67,6 +67,7 @@ public:
|
||||
|
||||
/// Compose the H264 frame for FFmpeg decoding
|
||||
[[nodiscard]] std::span<const u8> ComposeFrame(const Host1x::NvdecCommon::NvdecRegisters& state,
|
||||
size_t* out_configuration_size,
|
||||
bool is_first_frame = false);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user