diff options
author | Roman Nurik <romannurik@google.com> | 2011-02-22 10:29:00 -0800 |
---|---|---|
committer | Roman Nurik <romannurik@google.com> | 2011-02-22 10:38:59 -0800 |
commit | a02c3cbe042350b96fdcb4f451bb60860c564ea4 (patch) | |
tree | 2e42390b0cca8b9c623c6ef851f413538ad42ba4 /docs/html/guide/appendix | |
parent | bbcf2079e9978ad6f75732070ce1dcc0dea3ea3f (diff) | |
download | frameworks_base-a02c3cbe042350b96fdcb4f451bb60860c564ea4.zip frameworks_base-a02c3cbe042350b96fdcb4f451bb60860c564ea4.tar.gz frameworks_base-a02c3cbe042350b96fdcb4f451bb60860c564ea4.tar.bz2 |
Document support for WebM/VP8 decoding.
Change-Id: I4d5a1c230c0ef5d5919790eb586175ceff405759
Diffstat (limited to 'docs/html/guide/appendix')
-rw-r--r-- | docs/html/guide/appendix/media-formats.jd | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/html/guide/appendix/media-formats.jd b/docs/html/guide/appendix/media-formats.jd index bac6bf4..8509466 100644 --- a/docs/html/guide/appendix/media-formats.jd +++ b/docs/html/guide/appendix/media-formats.jd @@ -168,7 +168,7 @@ page.title=Android Supported Media Formats <tr> -<td rowspan="3">Video</td> +<td rowspan="4">Video</td> <td>H.263</td> <td style="text-align: center;"><big>•</big></td> <td style="text-align: center;"><big>•</big></td> @@ -192,6 +192,14 @@ page.title=Android Supported Media Formats <td>3GPP (.3gp)</td> </tr> +<tr> +<td>VP8</td> +<td> </td> +<td style="text-align: center;"><big>•</big><br><small>(Android 2.3.3+)</small></td> +<td> </td> +<td><a href="http://www.webmproject.org/">WebM</a> (.webm)</td> +</tr> + </tbody></table> |