video format aliases
This commit is contained in:
parent
eb1170cf95
commit
c159703288
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ jQuery.support.video = function() {
|
||||||
video.webm = false;
|
video.webm = false;
|
||||||
}
|
}
|
||||||
video.h264 = !!(v.canPlayType && v.canPlayType('video/mp4; codecs="avc1.42E01E, mp4a.40.2"').replace(/no/, ''));
|
video.h264 = !!(v.canPlayType && v.canPlayType('video/mp4; codecs="avc1.42E01E, mp4a.40.2"').replace(/no/, ''));
|
||||||
|
video.mp4 = video.h264;
|
||||||
video.ogg = !!(v.canPlayType && v.canPlayType('video/ogg; codecs="theora, vorbis"').replace(/no/, ''));
|
video.ogg = !!(v.canPlayType && v.canPlayType('video/ogg; codecs="theora, vorbis"').replace(/no/, ''));
|
||||||
video.ogv = video.ogg;
|
video.ogv = video.ogg;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue