diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-15 09:58:48 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-15 09:58:48 -0500 |
commit | d0746fad25e2b3c11258ca8d3772da22cf4133b4 (patch) | |
tree | 9e1fbfd05934f36350bc1aa36f5b23b8688fc0fd /www/js | |
parent | 282216e3d8dbd3f8f80308399d6d6b8b9aff26e7 (diff) | |
download | html5ks-d0746fad25e2b3c11258ca8d3772da22cf4133b4.tar.xz html5ks-d0746fad25e2b3c11258ca8d3772da22cf4133b4.zip |
minor stuff
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/api.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/js/api.js b/www/js/api.js index 609ea4d..4eef78a 100644 --- a/www/js/api.js +++ b/www/js/api.js @@ -148,7 +148,6 @@ window.html5ks.api = { ['video/webm; codecs="vp9,opus"', "vp9.webm"], ['video/webm; codecs="vp8,vorbis"', "webm"], ['video/ogg; codecs="theora,vorbis"', "ogv"], - // TODO: check that this is the right codec ['video/mp4; codecs="avc1.42E01E,mp4a.40.2"']]); video.style.display = "block"; video.volume = html5ks.persistent.musicVolume; |