summaryrefslogtreecommitdiff
path: root/modules/video_coding/main/test/tester_main.cc
diff options
context:
space:
mode:
authorbrykt@google.com <brykt@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-11-14 14:46:52 +0000
committerbrykt@google.com <brykt@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-11-14 14:46:52 +0000
commit073465692022e23a514e5982be2a4d9fe4e80a10 (patch)
tree0cbd9ccb9801623b62ec339993e6ff75d96260e5 /modules/video_coding/main/test/tester_main.cc
parent87beb441ccf697d1f2677ceaccde7fc153c6fdd9 (diff)
downloadwebrtc-073465692022e23a514e5982be2a4d9fe4e80a10.tar.gz
Fixed indentation and added the description of how to supply argument with specification of a name for the ouputfile where the contentMetrics etc. are logged.
Added description for argument to specify filename for output file where feature vectors are stored. Fixed indentation BUG= Review URL: https://webrtc-codereview.appspot.com/966019 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3096 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'modules/video_coding/main/test/tester_main.cc')
-rw-r--r--modules/video_coding/main/test/tester_main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/video_coding/main/test/tester_main.cc b/modules/video_coding/main/test/tester_main.cc
index 432178a4..ed0172b9 100644
--- a/modules/video_coding/main/test/tester_main.cc
+++ b/modules/video_coding/main/test/tester_main.cc
@@ -160,7 +160,8 @@ int main(int argc, char **argv)
printf("Unable to parse input arguments\n");
printf("args: -n <test #> -w <width> -h <height> -f <fps> -b <bps> "
"-c <codec> -i <input file> -o <output file> -p <packet loss> "
- "-r <round-trip-time> -e <cama enable> -m <protection mode> \n");
+ "-r <round-trip-time> -e <cama enable> -m <protection mode> "
+ "-v <feature vector output file>\n");
return -1;
}