Update MIME Type for ogv

Probably a typo. Makes it not load in Firefox.
This commit is contained in:
LinXitoW 2012-05-30 16:25:51 +03:00
parent 652fd1c914
commit b6304f728d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<video preload="metadata"> <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=676422 -->
<source src="assets/dizzy.mp4" type="video/mp4" />
<source src="assets/dizzy.webm" type="video/webm" />
<source src="assets/dizzy.ogv" type="video/ogv" />
<source src="assets/dizzy.ogv" type="video/ogg" />
</video>
<p id="controls">
<input type="button" id="play" value="play">