mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Add mkv support
This commit is contained in:
@@ -14,6 +14,7 @@ DirectoryWatcher::DirectoryWatcher(std::string path, int watcherMediaType){
|
||||
_directory.allowExt("avi");
|
||||
_directory.allowExt("ogv");
|
||||
_directory.allowExt("mpeg");
|
||||
_directory.allowExt("mkv");
|
||||
}else if(_mediaType == SourceType::SOURCE_TYPE_IMAGE){
|
||||
_directory.allowExt("png");
|
||||
_directory.allowExt("jpg");
|
||||
|
||||
Reference in New Issue
Block a user