소스 검색

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

David Rose 20 년 전
부모
커밋
774b5580ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
   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
 }