not sure if OpenCV can read .mpg files, but no harm in listing it
This commit is contained in:
parent
d2d94fd2f5
commit
774b5580ee
|
|
@ -72,7 +72,7 @@ init_libgrutil() {
|
|||
PandaSystem *ps = PandaSystem::get_global_ptr();
|
||||
ps->add_system("OpenCV");
|
||||
TexturePool *ts = TexturePool::get_global_ptr();
|
||||
ts->register_texture_type(OpenCVTexture::make_texture, "avi");
|
||||
ts->register_texture_type(OpenCVTexture::make_texture, "avi mpg");
|
||||
#endif // HAVE_OPENCV
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue