]> git.sesse.net Git - nageru/commitdiff
Change from operating point 3 to 2 (more laptop-friendly debugging).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Sep 2018 15:36:36 +0000 (17:36 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Sep 2018 15:36:36 +0000 (17:36 +0200)
video_stream.cpp

index 130757f0d70047015fd92f398b81d35ef79e3822..9b0e3a8bed006c6e2deb5ee14f786380e87950f3 100644 (file)
@@ -241,8 +241,8 @@ VideoStream::VideoStream()
 
        check_error();
 
-       compute_flow.reset(new DISComputeFlow(width, height, operating_point3));
-       interpolate.reset(new Interpolate(width, height, operating_point3, /*split_ycbcr_output=*/true));
+       compute_flow.reset(new DISComputeFlow(width, height, operating_point2));
+       interpolate.reset(new Interpolate(width, height, operating_point2, /*split_ycbcr_output=*/true));
        check_error();
 }