commit | 9e7664e0827528701074875eef872f2be1dfaab8 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Fri Mar 29 07:20:36 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Mar 29 08:34:23 2013 -0300 |
tree | 4b8e1416140dd578d75115c9133640679beba127 | |
parent | 4b0cac5e759552a24dbdc940db268601422d5b0a [diff] |
[media] solo6x10: The size of the thresholds ioctls was too large On powerpc the maximum size for the ioctl argument is 8191, and it was 8192. However, the 64x64 array of threshold values is more than is actually needed in practice for PAL and NTSC formats. A 45x45 array will do just fine. So change the size accordingly to fix this problem. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>