Skip to content

Commit

Permalink
Wheel build fix attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
asahtik committed Nov 14, 2023
1 parent 4da33a1 commit 5c91eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline/datatype/EncodedFrameBindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void bind_encodedframe(pybind11::module &m, void *pCallstack) {
.def("setTimestampDevice", &EncodedFrame::setTimestampDevice,
DOC(dai, EncodedFrame, setTimestampDevice))
.def("setSequenceNum", &EncodedFrame::setSequenceNum,
DOC(dai, EncodedFrame, getSequenceNum))
DOC(dai, EncodedFrame, setSequenceNum))
.def("setQuality", &EncodedFrame::setQuality,
DOC(dai, EncodedFrame, getQuality))
.def("setBitrate", &EncodedFrame::setBitrate,
Expand Down

0 comments on commit 5c91eb0

Please sign in to comment.