not sure if OpenCV can read .mpg files, but no harm in listing it

This commit is contained in:
David Rose 2005-10-07 02:20:14 +00:00
parent d2d94fd2f5
commit 774b5580ee
1 changed files with 1 additions and 1 deletions

View File

@ -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
}