summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/vp9.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-10-30 03:35:52 +0100
committerLioncash <mathew1800@gmail.com>2020-10-30 03:35:55 +0100
commitbadea3b30134b02c6502c8174719f2c984e37524 (patch)
tree2150ccb6def283356ccb13ef6350f017bce5587e /src/video_core/command_classes/codecs/vp9.h
parentvp9: Make some member functions internally linked (diff)
downloadyuzu-badea3b30134b02c6502c8174719f2c984e37524.tar
yuzu-badea3b30134b02c6502c8174719f2c984e37524.tar.gz
yuzu-badea3b30134b02c6502c8174719f2c984e37524.tar.bz2
yuzu-badea3b30134b02c6502c8174719f2c984e37524.tar.lz
yuzu-badea3b30134b02c6502c8174719f2c984e37524.tar.xz
yuzu-badea3b30134b02c6502c8174719f2c984e37524.tar.zst
yuzu-badea3b30134b02c6502c8174719f2c984e37524.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/command_classes/codecs/vp9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/command_classes/codecs/vp9.h b/src/video_core/command_classes/codecs/vp9.h
index 3826f2c95..94e8f9090 100644
--- a/src/video_core/command_classes/codecs/vp9.h
+++ b/src/video_core/command_classes/codecs/vp9.h
@@ -159,7 +159,7 @@ private:
std::array<s8, 4> loop_filter_ref_deltas{};
std::array<s8, 2> loop_filter_mode_deltas{};
- bool hidden;
+ bool hidden = false;
s64 current_frame_number = -2; // since we buffer 2 frames
s32 grace_period = 6; // frame offsets need to stabilize
std::array<FrameContexts, 4> frame_ctxs{};