From 7f801c195be83ef3ea47f528357991c7e1c278ec Mon Sep 17 00:00:00 2001 From: Kamil Debski Date: Fri, 6 Feb 2015 11:42:24 +0100 Subject: v4l2-mfc-example: Update list of supported stream formats Add MPEG1, MPEG2. H263 and XVID to the list of supported formats in the help message. Signed-off-by: Kamil Debski --- v4l2-mfc-example/args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l2-mfc-example/args.c b/v4l2-mfc-example/args.c index 1df7a38..39abf96 100644 --- a/v4l2-mfc-example/args.c +++ b/v4l2-mfc-example/args.c @@ -36,7 +36,7 @@ void print_usage(char *name) printf("Usage:\n"); printf("\t%s\n", name); printf("\t-c - The codec of the encoded stream\n"); - printf("\t\t Available codecs: mpeg4, h264\n"); + printf("\t\t Available codecs: h263, h264, mpeg1, mpeg2, mpeg4, xvid\n"); printf("\t-d - Frame buffer device (e.g. /dev/fb0)\n"); printf("\t-f - FIMC device (e.g. /dev/video4)\n"); printf("\t-i - Input file name\n"); -- cgit v1.2.3