1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Add .ogv (HD Edition) as recognized extension for video

This commit is contained in:
Ivan Savenko 2024-08-20 18:37:11 +00:00
parent 1ac63056dc
commit efcf1e1ba9
2 changed files with 2 additions and 1 deletions

View File

@ -115,6 +115,7 @@ EResType EResTypeHelper::getTypeFromExtension(std::string extension)
{".FLAC", EResType::SOUND},
{".SMK", EResType::VIDEO_LOW_QUALITY},
{".BIK", EResType::VIDEO},
{".OGV", EResType::VIDEO},
{".WEBM", EResType::VIDEO},
{".ZIP", EResType::ARCHIVE_ZIP},
{".LOD", EResType::ARCHIVE_LOD},

View File

@ -28,7 +28,7 @@ class JsonSerializeFormat;
* Font: .fnt
* Image: .bmp, .jpg, .pcx, .png, .tga
* Sound: .wav .82m
* Video: .smk, .bik .mjpg .mpg .webm
* Video: .smk, .bik .ogv .webm
* Music: .mp3, .ogg
* Archive: .lod, .snd, .vid .pac .zip
* Palette: .pal