diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-04 18:05:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-04 18:05:55 -0300 |
commit | 863bd721a93ac664b3ea12e367eef71861552cd0 (patch) | |
tree | 59950eb6369749e583dd412a799c87d3943e0288 /Documentation | |
parent | 498e9f3bd15fe75fa47ab25e29ab3e31982fac87 (diff) | |
download | linux-863bd721a93ac664b3ea12e367eef71861552cd0.tar.gz linux-863bd721a93ac664b3ea12e367eef71861552cd0.tar.bz2 linux-863bd721a93ac664b3ea12e367eef71861552cd0.zip |
doc-rst: dev-codec: Fix a reference for _STREAMON
The referenced ioctl there is only VIDIOC_STREAMON, so we
should override the name, to avoid it to also show _STREAMOFF.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/linux_tv/media/v4l/dev-codec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/linux_tv/media/v4l/dev-codec.rst b/Documentation/linux_tv/media/v4l/dev-codec.rst index 5e834d51309e..7fd28d085c2c 100644 --- a/Documentation/linux_tv/media/v4l/dev-codec.rst +++ b/Documentation/linux_tv/media/v4l/dev-codec.rst @@ -15,7 +15,7 @@ A memory-to-memory video node acts just like a normal video node, but it supports both output (sending frames from memory to the codec hardware) and capture (receiving the processed frames from the codec hardware into memory) stream I/O. An application will have to setup the stream I/O for -both sides and finally call :ref:`VIDIOC_STREAMON` +both sides and finally call :ref:`VIDIOC_STREAMON <VIDIOC_STREAMON>` for both capture and output to start the codec. Video compression codecs use the MPEG controls to setup their codec |