Skip to content

Commit

Permalink
Небольшая корректировка.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksoid1978 committed Jan 4, 2025
1 parent b6e9366 commit 73eeef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/VideoProcessor.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* (C) 2020-2024 see Authors.txt
* (C) 2020-2025 see Authors.txt
*
* This file is part of MPC-BE.
*
Expand Down Expand Up @@ -225,7 +225,7 @@ class CVideoProcessor

bool GetDoubleRate() { return m_bDoubleFrames; }

virtual ISubPicAllocator* GetSubPicAllocator() { return nullptr; };
virtual ISubPicAllocator* GetSubPicAllocator() PURE;

protected:
inline bool SourceIsPQorHLG() {
Expand Down

0 comments on commit 73eeef7

Please sign in to comment.