From: Gwenole Beauchesne Date: Mon, 16 Jul 2012 10:57:30 +0000 (+0200) Subject: tests: avcenc: allow selection of display. X-Git-Tag: accepted/trunk/20120822.013104~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=376075a6e6ffa9eb0e8d3c99c298fca6332095a0;p=profile%2Fivi%2Flibva.git tests: avcenc: allow selection of display. Signed-off-by: Gwenole Beauchesne --- diff --git a/test/encode/avcenc.c b/test/encode/avcenc.c index 8314642..54761a5 100644 --- a/test/encode/avcenc.c +++ b/test/encode/avcenc.c @@ -1363,6 +1363,9 @@ int main(int argc, char *argv[]) int mode_value; struct timeval tpstart,tpend; float timeuse; + + va_init_display_args(&argc, argv); + //TODO may be we should using option analytics library if(argc != 5 && argc != 6 && argc != 7) { show_help();