Skip to content

Commit

Permalink
Issue #18: syncing stereo count of video frame NumPy wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Nov 15, 2018
1 parent 19dd2b2 commit ec5b2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ class VideoFrameNumPyWrapper : public gg::VideoFrame, public wrapper<gg::VideoFr
_rows = _frame->rows();
_data = _frame->data();
_data_length = _frame->data_length();
_stereo_count = _frame->stereo_count();
}
};

Expand Down

0 comments on commit ec5b2f4

Please sign in to comment.