diff options
Diffstat (limited to 'py/pyv4l2/pyv4l2.cpp')
| -rw-r--r-- | py/pyv4l2/pyv4l2.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/pyv4l2/pyv4l2.cpp b/py/pyv4l2/pyv4l2.cpp index ec96835..fd3982f 100644 --- a/py/pyv4l2/pyv4l2.cpp +++ b/py/pyv4l2/pyv4l2.cpp @@ -150,4 +150,6 @@ PYBIND11_MODULE(pyv4l2, m) m.def("fourcc_to_pixelformat", &FourCCToPixelFormat); + m.def("pixelformat_to_fourcc", &PixelFormatToFourCC); + m.def("drm_fourcc_to_pixelformat", &DRMFourCCToPixelFormat); } |
