diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-11-21 09:19:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-21 09:19:26 -0500 |
| commit | e69118042f419a2440083cd795ad8f119028023c (patch) | |
| tree | 6c8b6989fa41939f989bf78dd993a805973cd32f /src/video_core/host1x/codecs/h264.h | |
| parent | a6b8d85b34eb823b5a9315f088af65213741dea1 (diff) | |
| parent | 4055a476aafb7b915c649363ccde7ba9b8d864d3 (diff) | |
Merge pull request #12045 from liamwhite/codec-refactor
video_core: refactor video frame and packet parsing
Diffstat (limited to 'src/video_core/host1x/codecs/h264.h')
| -rw-r--r-- | src/video_core/host1x/codecs/h264.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/host1x/codecs/h264.h b/src/video_core/host1x/codecs/h264.h index d6b556322..1deaf4632 100644 --- a/src/video_core/host1x/codecs/h264.h +++ b/src/video_core/host1x/codecs/h264.h @@ -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: |
