Ticket #2669: nuv_mimetype.patch
File nuv_mimetype.patch, 603 bytes (added by , 19 years ago) |
---|
-
libs/libmythupnp/httprequest.cpp
58 58 { "zip" , "application/x-tar" }, 59 59 { "gz" , "application/x-tar" }, 60 60 { "mpg" , "video/mpeg" }, 61 { "mpeg", "video/mpeg" } 61 { "mpeg", "video/mpeg" }, 62 { "nuv" , "video/x-nuv" } 62 63 }; 63 64 64 65 static const int g_nMIMELength = sizeof( g_MIMETypes) / sizeof( MIMETypes );