summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/h264.h
diff options
context:
space:
mode:
authorameerj <aj662@drexel.edu>2020-11-25 23:10:44 +0100
committerameerj <aj662@drexel.edu>2020-11-25 23:10:44 +0100
commiteab041866b7c766aa38258aecef8a00c03612459 (patch)
tree7ca30459bcdfb9a277c3afac9d37f7198c01f535 /src/video_core/command_classes/codecs/h264.h
parentMerge pull request #4946 from ameerj/alpha-test (diff)
downloadyuzu-eab041866b7c766aa38258aecef8a00c03612459.tar
yuzu-eab041866b7c766aa38258aecef8a00c03612459.tar.gz
yuzu-eab041866b7c766aa38258aecef8a00c03612459.tar.bz2
yuzu-eab041866b7c766aa38258aecef8a00c03612459.tar.lz
yuzu-eab041866b7c766aa38258aecef8a00c03612459.tar.xz
yuzu-eab041866b7c766aa38258aecef8a00c03612459.tar.zst
yuzu-eab041866b7c766aa38258aecef8a00c03612459.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/command_classes/codecs/h264.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/command_classes/codecs/h264.h b/src/video_core/command_classes/codecs/h264.h
index 273449495..0f3a1d9f3 100644
--- a/src/video_core/command_classes/codecs/h264.h
+++ b/src/video_core/command_classes/codecs/h264.h
@@ -74,8 +74,8 @@ public:
~H264();
/// Compose the H264 header of the frame for FFmpeg decoding
- [[nodiscard]] const std::vector<u8>& ComposeFrameHeader(NvdecCommon::NvdecRegisters& state,
- bool is_first_frame = false);
+ [[nodiscard]] const std::vector<u8>& ComposeFrameHeader(
+ const NvdecCommon::NvdecRegisters& state, bool is_first_frame = false);
private:
struct H264ParameterSet {