Skip to content

Commit

Permalink
VideoBuffers: Allow 4 planes
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Jun 17, 2017
1 parent 35fa830 commit 3939b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/VideoPlayer/Process/VideoBuffer.h
Expand Up @@ -32,7 +32,7 @@ extern "C" {

struct YuvImage
{
static const int MAX_PLANES = 3;
static const int MAX_PLANES = 4;

uint8_t* plane[MAX_PLANES];
int planesize[MAX_PLANES];
Expand Down

0 comments on commit 3939b88

Please sign in to comment.