diff --git a/webrtc/tools/compare_videos.py b/webrtc/tools/compare_videos.py index 4b21b23a2..5308b6291 100755 --- a/webrtc/tools/compare_videos.py +++ b/webrtc/tools/compare_videos.py @@ -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,