V4L/DVB: V4L2: add a generic function to find the nearest discrete format to the...
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Fri, 27 Aug 2010 16:41:44 +0000 (13:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:06:18 +0000 (01:06 -0200)
commit79c6ff93c74e793ccceb464ee3698478c812ce79
tree9750ba1a7d14619e8e74449513af0a31ccf8c803
parent45f4d4e8799ff1d7ef72747203935f1f2533743d
V4L/DVB: V4L2: add a generic function to find the nearest discrete format to the required one

Many video drivers implement a fixed set of frame formats and thus face a task
of finding the best match for a user-requested format. Implementing this in a
generic function has also an advantage, that different drivers with similar
supported format sets will select the same format for the user, which improves
consistency across drivers.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-common.c
include/linux/videodev2.h