[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / cores / VideoPlayer / VideoRenderers / DebugInfo.h
blob451386ce66ae31ef82455447e31c5368fadb76fe
1 /*
2 * Copyright (C) 2005-2021 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.
7 */
9 #pragma once
11 #include <string>
13 struct DEBUG_INFO_PLAYER
15 std::string audio;
16 std::string video;
17 std::string player;
18 std::string vsync;
21 struct DEBUG_INFO_VIDEO
23 std::string videoSource;
24 std::string metaPrim;
25 std::string metaLight;
26 std::string shader;
27 std::string render;
30 struct DEBUG_INFO_RENDER
32 std::string renderFlags;
33 std::string videoOutput;