Skip to content

Commit ea64cef

Browse files
shizhenghuixiaoxiang781216
authored andcommitted
nxcodec: improve Kconfig help
Signed-off-by: shizhenghui <[email protected]>
1 parent ae9f4e2 commit ea64cef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

system/nxcodec/Kconfig

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ config SYSTEM_NXCODEC
77
bool "NxCodec test application"
88
default n
99
---help---
10-
Enable support for the NxCodec test application and optional
11-
command line interface.
10+
This application is a command-line tool that verifies the functionality
11+
of NuttX codecs. Specifically, it serves as a verification tool for v4l2m2m.
12+
13+
By default, it is the decodeing mode, with a default parameter size of
14+
640x480, input format of H264, and output format of YUV420. The `-i`
15+
parameter corresponds to the input parameter before it, and the `-i`
16+
parameter corresponds to the output parameter after it.
1217

1318
if SYSTEM_NXCODEC
1419

0 commit comments

Comments
 (0)