Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
1ed78e97
Commit
1ed78e97
authored
Jan 11, 2009
by
Rémi Denis-Courmont
Browse files
HTTPd: guess MIME type for *.ogv
parent
d1045229
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network/httpd.c
View file @
1ed78e97
...
...
@@ -227,6 +227,7 @@ static const struct
{
".moov"
,
"video/quicktime"
},
{
".ogg"
,
"application/ogg"
},
{
".ogm"
,
"application/ogg"
},
{
".ogv"
,
"application/ogg"
},
{
".wav"
,
"audio/wav"
},
{
".wma"
,
"audio/x-ms-wma"
},
{
".wmv"
,
"video/x-ms-wmv"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment