mirror of https://gitee.com/openkylin/linux.git
[media] Feature removal: remove invalid DV presets
Formats V4L2_DV_1080I25, V4L2_DV_1080I30 and V4L2_DV_1080I29_97 do not exist, so these presets are bogus. Remove them in 3.6. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
eb8305b159
commit
f2b9e8acaa
|
@ -542,6 +542,15 @@ Who: Sasikantha Babu <sasikanth.v19@gmail.com>
|
||||||
|
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
What: remove bogus DV presets V4L2_DV_1080I29_97, V4L2_DV_1080I30 and
|
||||||
|
V4L2_DV_1080I25
|
||||||
|
When: 3.6
|
||||||
|
Why: These HDTV formats do not exist and were added by a confused mind
|
||||||
|
(that was me, to be precise...)
|
||||||
|
Who: Hans Verkuil <hans.verkuil@cisco.com>
|
||||||
|
|
||||||
|
----------------------------
|
||||||
|
|
||||||
What: V4L2_CID_HCENTER, V4L2_CID_VCENTER V4L2 controls
|
What: V4L2_CID_HCENTER, V4L2_CID_VCENTER V4L2 controls
|
||||||
When: 3.7
|
When: 3.7
|
||||||
Why: The V4L2_CID_VCENTER, V4L2_CID_HCENTER controls have been deprecated
|
Why: The V4L2_CID_VCENTER, V4L2_CID_HCENTER controls have been deprecated
|
||||||
|
|
Loading…
Reference in New Issue