r38437 - trunk/stream/network.c
Author: ib Date: Sun Oct 8 12:58:01 2023 New Revision: 38437 Log: Add MIME type video/vnd.avi. video/vnd.avi is now preferred to video/x-msvideo, see https://gitlab.freedesktop.org/xdg/shared-mime-info, commit 02741a47ae6bc8e3f335e37806d9abcd8db341f3. Modified: trunk/stream/network.c Modified: trunk/stream/network.c ============================================================================== --- trunk/stream/network.c Fri Oct 6 14:07:26 2023 (r38436) +++ trunk/stream/network.c Sun Oct 8 12:58:01 2023 (r38437) @@ -81,6 +81,7 @@ const mime_struct_t mime_type_table[] = { "video/x-mpeg2", DEMUXER_TYPE_UNKNOWN }, // AVI ??? => video/x-msvideo { "video/x-msvideo", DEMUXER_TYPE_AVI }, + { "video/vnd.avi", DEMUXER_TYPE_AVI }, // MOV => video/quicktime { "video/quicktime", DEMUXER_TYPE_MOV }, // ASF
participants (1)
-
ib