Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: docs: ext-ctrls-codec: Document cyclic intra-refresh zero control value

In all drivers _CYCLIC_INTRA_REFRESH_MB default control value is zero
which means that the macroblocks will not be intra-refreshed. Document
this _CYCLIC_INTRA_REFRESH_MB control behaviour in control description.

Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Stanimir Varbanov and committed by
Mauro Carvalho Chehab
ea9f9119 1ac61faf

+3 -1
+3 -1
Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst
··· 1174 1174 Cyclic intra macroblock refresh. This is the number of continuous 1175 1175 macroblocks refreshed every frame. Each frame a successive set of 1176 1176 macroblocks is refreshed until the cycle completes and starts from 1177 - the top of the frame. Applicable to H264, H263 and MPEG4 encoder. 1177 + the top of the frame. Setting this control to zero means that 1178 + macroblocks will not be refreshed. 1179 + Applicable to H264, H263 and MPEG4 encoder. 1178 1180 1179 1181 ``V4L2_CID_MPEG_VIDEO_FRAME_RC_ENABLE (boolean)`` 1180 1182 Frame level rate control enable. If this control is disabled then