2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
13 #include "cores/IPlayer.h"
16 #include <libavutil/pixfmt.h>
28 opaque_pointer
= nullptr;
29 m_deintMethods
.clear();
32 unsigned int max_buffer_size
;
33 // Supported pixel formats, can be called before configure
34 std::vector
<AVPixelFormat
> formats
;
35 std::vector
<EINTERLACEMETHOD
> m_deintMethods
;
36 // Can be used for initialising video codec with information from renderer (e.g. a shared image pool)