We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796194a commit 42b9192Copy full SHA for 42b9192
Source/VideoProcessor.h
@@ -1,5 +1,5 @@
1
/*
2
- * (C) 2020-2024 see Authors.txt
+ * (C) 2020-2025 see Authors.txt
3
*
4
* This file is part of MPC-BE.
5
@@ -225,7 +225,7 @@ class CVideoProcessor
225
226
bool GetDoubleRate() { return m_bDoubleFrames; }
227
228
- virtual ISubPicAllocator* GetSubPicAllocator() { return nullptr; };
+ virtual ISubPicAllocator* GetSubPicAllocator() PURE;
229
230
protected:
231
inline bool SourceIsPQorHLG() {
0 commit comments