diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-04-24 09:30:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 07:31:12 -0400 |
commit | f2b9e8acaa5555afac53f3d5490fa89506df37a2 (patch) | |
tree | fd24065512b68f27ac6a37055eedbfaeddff12c9 /Documentation/feature-removal-schedule.txt | |
parent | eb8305b159f34abf9ac1349d61b4cf47578b13ab (diff) |
[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>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index e4b57756b9f5..09701afc031a 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -542,6 +542,15 @@ Who: Sasikantha Babu <sasikanth.v19@gmail.com> | |||
542 | 542 | ||
543 | ---------------------------- | 543 | ---------------------------- |
544 | 544 | ||
545 | What: remove bogus DV presets V4L2_DV_1080I29_97, V4L2_DV_1080I30 and | ||
546 | V4L2_DV_1080I25 | ||
547 | When: 3.6 | ||
548 | Why: These HDTV formats do not exist and were added by a confused mind | ||
549 | (that was me, to be precise...) | ||
550 | Who: Hans Verkuil <hans.verkuil@cisco.com> | ||
551 | |||
552 | ---------------------------- | ||
553 | |||
545 | What: V4L2_CID_HCENTER, V4L2_CID_VCENTER V4L2 controls | 554 | What: V4L2_CID_HCENTER, V4L2_CID_VCENTER V4L2 controls |
546 | When: 3.7 | 555 | When: 3.7 |
547 | Why: The V4L2_CID_VCENTER, V4L2_CID_HCENTER controls have been deprecated | 556 | Why: The V4L2_CID_VCENTER, V4L2_CID_HCENTER controls have been deprecated |