summaryrefslogtreecommitdiffstats
path: root/ppapi/examples/video_decode/video_decode.html
blob: f25f0db45fc527f0e88cbb6d43e6aad98dd6c303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <!--
  Copyright (c) 2014 The Chromium Authors. All rights reserved.
  Use of this source code is governed by a BSD-style license that can be
  found in the LICENSE file.
  -->
<head>
  <title>Video Decode Example</title>
</head>

<body>

<embed id="plugin" type="application/x-ppapi-example-video-decode"
       width="640" height="480"/>

</body>
</html>