Rework Nvdec and VIC to fix out-of-order videos, and speed up decoding.
This commit is contained in:
parent
c9ef2e26ca
commit
7464cae24b
43 changed files with 12431 additions and 1238 deletions
|
@ -64,6 +64,8 @@ public:
|
|||
Memory(Memory&&) = default;
|
||||
Memory& operator=(Memory&&) = delete;
|
||||
|
||||
static constexpr bool HAS_FLUSH_INVALIDATION = false;
|
||||
|
||||
/**
|
||||
* Resets the state of the Memory system.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue