Skip to content

Commit

Permalink
Renderer: match up renderer frame buffer size to kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Portisch committed Jan 22, 2025
1 parent 8f02841 commit e2f763f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbmc/cores/VideoPlayer/VideoRenderers/BaseRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <vector>

#define MAX_FIELDS 3
#define NUM_BUFFERS 8
#define NUM_BUFFERS 16

class CSetting;
struct IntegerSettingOption;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CRendererAML : public CBaseRenderer
private:
void Reset();

static const int m_numRenderBuffers = 8;
static const int m_numRenderBuffers = NUM_BUFFERS;

struct BUFFER
{
Expand Down

0 comments on commit e2f763f

Please sign in to comment.