Commit d1687290 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  vf_shuffleplanes: fix the type of the mapping indices
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 2d99de66 713d3f98
...@@ -34,7 +34,7 @@ typedef struct ShufflePlanesContext { ...@@ -34,7 +34,7 @@ typedef struct ShufflePlanesContext {
int planes; int planes;
/* mapping indices */ /* mapping indices */
uint8_t map[4]; int map[4];
/* set to 1 if some plane is used more than once, so we need to make a copy */ /* set to 1 if some plane is used more than once, so we need to make a copy */
int copy; int copy;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment