summaryrefslogtreecommitdiffstats
path: root/samples/browseable/BasicMediaDecoder/_index.jd
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/BasicMediaDecoder/_index.jd')
-rw-r--r--samples/browseable/BasicMediaDecoder/_index.jd8
1 files changed, 2 insertions, 6 deletions
diff --git a/samples/browseable/BasicMediaDecoder/_index.jd b/samples/browseable/BasicMediaDecoder/_index.jd
index af8e5e4ea..3d1a33c21 100644
--- a/samples/browseable/BasicMediaDecoder/_index.jd
+++ b/samples/browseable/BasicMediaDecoder/_index.jd
@@ -5,9 +5,5 @@ page.tags="BasicMediaDecoder"
sample.group=Media
@jd:body
-<p>
-
- This activity uses a TextureView to render the frames of a video decoded using the
- MediaCodec API.
-
- </p>
+<p>This sample demonstrates how to decode a video using
+the {@link android.media.MediaCodec} API and render in an activity.</p>