From 5f7053520ef7f0d625622f703dfb5c7292823f41 Mon Sep 17 00:00:00 2001 From: Herman Chen Date: Tue, 13 Sep 2016 10:59:44 +0800 Subject: [PATCH] [test]: fix mpi_enc_test help info Change-Id: I8eb8b8593e41dab607fe14619504904ba9c01b1b Signed-off-by: Herman Chen --- test/mpi_enc_test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/mpi_enc_test.c b/test/mpi_enc_test.c index 5706c455..7375b5f2 100644 --- a/test/mpi_enc_test.c +++ b/test/mpi_enc_test.c @@ -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"}, };