mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 08:46:24 +08:00
[test]: fix mpi_enc_test help info
Change-Id: I8eb8b8593e41dab607fe14619504904ba9c01b1b Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -51,10 +51,10 @@ typedef struct {
|
||||
static OptionInfo mpi_enc_cmd[] = {
|
||||
{"i", "input_file", "input bitstream file"},
|
||||
{"o", "output_file", "output bitstream file, "},
|
||||
{"w", "width", "the width of input bitstream"},
|
||||
{"h", "height", "the height of input bitstream"},
|
||||
{"f", "format", "the picture format of input bitstream"},
|
||||
{"t", "type", "input stream coding type"},
|
||||
{"w", "width", "the width of input picture"},
|
||||
{"h", "height", "the height of input picture"},
|
||||
{"f", "format", "the format of input picture"},
|
||||
{"t", "type", "output stream coding type"},
|
||||
{"d", "debug", "debug flag"},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user