feat: Add mk3d media type to MEDIA_TYPES for Matroska 3D support

This commit is contained in:
sHa
2025-12-28 15:42:22 +00:00
parent dafccf19cc
commit fedcf15ad8

View File

@@ -4,6 +4,11 @@ MEDIA_TYPES = {
"meta_type": "Matroska",
"mime": "video/x-matroska",
},
"mk3d": {
"description": "Matroska 3D multimedia container",
"meta_type": "Matroska",
"mime": "video/x-matroska",
},
"avi": {
"description": "Audio Video Interleave",
"meta_type": "AVI",