commit | 3c91d24fcd89c6b40bc3d4741311bc046456291d | [log] [tgz] |
---|---|---|
author | Sakari Ailus <sakari.ailus@linux.intel.com> | Thu Feb 08 07:00:48 2018 -0500 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Mar 21 11:21:33 2018 -0400 |
tree | db6bb3089cd3a7a26c013e9a3b73309709650f08 | |
parent | ac53212880a1af2191fd469dab275b94cd9d13c8 [diff] |
media: v4l: common: Remove v4l2_find_nearest_format v4l2_find_nearest_format is not useful for drivers in finding the best matching format as it assumes a V4L2 specific struct. Drivers will use v4l2_find_nearest_size instead. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>