Skip to content

Commit 42b9192

Browse files
Aleksoid1978v0lt
authored andcommitted
Небольшая корректировка.
1 parent 796194a commit 42b9192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/VideoProcessor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) 2020-2024 see Authors.txt
2+
* (C) 2020-2025 see Authors.txt
33
*
44
* This file is part of MPC-BE.
55
*
@@ -225,7 +225,7 @@ class CVideoProcessor
225225

226226
bool GetDoubleRate() { return m_bDoubleFrames; }
227227

228-
virtual ISubPicAllocator* GetSubPicAllocator() { return nullptr; };
228+
virtual ISubPicAllocator* GetSubPicAllocator() PURE;
229229

230230
protected:
231231
inline bool SourceIsPQorHLG() {

0 commit comments

Comments
 (0)