[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:
Herman Chen
2016-09-13 10:59:44 +08:00
parent 30c6bd08c1
commit 5f7053520e

View File

@@ -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"},
};