mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
more oopses
This commit is contained in:
parent
c5daffceaf
commit
06ed6e8cba
@ -181,7 +181,7 @@ do_reconsider_video_properties(const OpenCVTexture::VideoStream &stream,
|
||||
}
|
||||
|
||||
if (!do_reconsider_image_properties(x_size, y_size, num_components,
|
||||
T_unsigned_byte, z)) {
|
||||
T_unsigned_byte, z, options)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -47,7 +47,7 @@ public:
|
||||
|
||||
protected:
|
||||
virtual PT(Texture) do_make_copy();
|
||||
void do_assign(const FFMpegTexture ©);
|
||||
void do_assign(const OpenCVTexture ©);
|
||||
|
||||
virtual void update_frame(int frame);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user