Browse Source

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

David Rose 20 years ago
parent
commit
774b5580ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/grutil/config_grutil.cxx

+ 1 - 1
panda/src/grutil/config_grutil.cxx

@@ -72,7 +72,7 @@ init_libgrutil() {
   PandaSystem *ps = PandaSystem::get_global_ptr();
   PandaSystem *ps = PandaSystem::get_global_ptr();
   ps->add_system("OpenCV");
   ps->add_system("OpenCV");
   TexturePool *ts = TexturePool::get_global_ptr();
   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
 #endif // HAVE_OPENCV
 }
 }