Fixed bad parameter passing in compare_videos.py

BUG=http://crbug.com/254932
R=kjellander@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1733004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4272 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org
2013-06-27 14:05:26 +00:00
parent 2de80ddc72
commit 7bcc7e3b43

View File

@@ -92,7 +92,7 @@ def main():
cmd = [
options.frame_analyzer,
'--reference_file=%s' % options.ref_video,
'--test_file=%s' % options.ref_video,
'--test_file=%s' % options.test_video,
'--stats_file=%s' % options.stats_file,
'--width=%d' % options.yuv_frame_width,
'--height=%d' % options.yuv_frame_height,