forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V4L/DVB (6378a): Removal of VIDIOC_[G|S]_MPEGCOMP from feature-remova…
…l-schedule.txt Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information
Showing
1 changed file
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,18 +14,6 @@ Who: Jiri Slaby <[email protected]> | |
|
||
--------------------------- | ||
|
||
What: V4L2 VIDIOC_G_MPEGCOMP and VIDIOC_S_MPEGCOMP | ||
When: October 2007 | ||
Why: Broken attempt to set MPEG compression parameters. These ioctls are | ||
not able to implement the wide variety of parameters that can be set | ||
by hardware MPEG encoders. A new MPEG control mechanism was created | ||
in kernel 2.6.18 that replaces these ioctls. See the V4L2 specification | ||
(section 1.9: Extended controls) for more information on this topic. | ||
Who: Hans Verkuil <[email protected]> and | ||
Mauro Carvalho Chehab <[email protected]> | ||
|
||
--------------------------- | ||
|
||
What: dev->power.power_state | ||
When: July 2007 | ||
Why: Broken design for runtime control over driver power states, confusing | ||
|