summaryrefslogtreecommitdiff
path: root/v4l2-apps/util/qv4l2/ctrl-tab.cpp
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-07-12 08:10:28 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-12 08:10:28 -0300
commit6ced02a5fd04c06f95dc3b445f994315ebcd88fd (patch)
tree3a49369264fc9ba7447fae747b3c3b1944e21162 /v4l2-apps/util/qv4l2/ctrl-tab.cpp
parent1f67505822974b7eb72ea3bfdad7de8d992118a6 (diff)
downloadmediapointer-dvb-s2-6ced02a5fd04c06f95dc3b445f994315ebcd88fd.tar.gz
mediapointer-dvb-s2-6ced02a5fd04c06f95dc3b445f994315ebcd88fd.tar.bz2
Fix tuner max range
From: Mauro Carvalho Chehab <mchehab@infradead.org> By default, tuner-core reports max range as the maximum possible unsigned int. Since qv4l2 uses QSpinBox to display frequency ranges, and this waits for a signed integer, it is considering the maximum value as being -1. This hack will trunc any value bigger than the maximum signed integer to the max value. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> --- v4l2-apps/util/qv4l2/general-tab.cpp | 2 ++ 1 file changed, 2 insertions(+)
Diffstat (limited to 'v4l2-apps/util/qv4l2/ctrl-tab.cpp')
0 files changed, 0 insertions, 0 deletions