diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-06-24 21:58:23 -0400 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-06-30 21:49:59 -0400 |
| commit | 310b6cf4af940fa07666400426bbcca815c5375c (patch) | |
| tree | d3de4ddab952c5404be38035ece48773c0be41ac /src/video_core/host1x/codecs/vp9.cpp | |
| parent | fbd85417ffdfe23dd4b4d3d13518244bd00be361 (diff) | |
general: Use ScratchBuffer where possible
Diffstat (limited to 'src/video_core/host1x/codecs/vp9.cpp')
| -rw-r--r-- | src/video_core/host1x/codecs/vp9.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/host1x/codecs/vp9.cpp b/src/video_core/host1x/codecs/vp9.cpp index cf40c9012..306c3d0e8 100644 --- a/src/video_core/host1x/codecs/vp9.cpp +++ b/src/video_core/host1x/codecs/vp9.cpp @@ -3,6 +3,7 @@ #include <algorithm> // for std::copy #include <numeric> + #include "common/assert.h" #include "video_core/host1x/codecs/vp9.h" #include "video_core/host1x/host1x.h" |
