summaryrefslogtreecommitdiff
path: root/v4l2-mfc-example/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-mfc-example/args.c')
-rw-r--r--v4l2-mfc-example/args.c2
1 files changed, 1 insertions, 1 deletions
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 <codec> - 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 <device> - Frame buffer device (e.g. /dev/fb0)\n");
printf("\t-f <device> - FIMC device (e.g. /dev/video4)\n");
printf("\t-i <file> - Input file name\n");