diff options
Diffstat (limited to 'py/pykms/pykmsutil.cpp')
| -rw-r--r-- | py/pykms/pykmsutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/pykms/pykmsutil.cpp b/py/pykms/pykmsutil.cpp index db91864..53717e0 100644 --- a/py/pykms/pykmsutil.cpp +++ b/py/pykms/pykmsutil.cpp @@ -46,7 +46,7 @@ void init_pykmsutils(py::module& m) // Use lambdas to handle IFramebuffer m.def( - "draw_test_pattern", [](Framebuffer& fb, YUVType yuvt) { draw_test_pattern(fb, yuvt); }, + "draw_test_pattern", [](Framebuffer& fb, YUVType yuvt) { draw_test_pattern(fb); }, py::arg("fb"), py::arg("yuvt") = YUVType::BT601_Lim); m.def("draw_color_bar", [](Framebuffer& fb, int old_xpos, int xpos, int width) { |
