aboutsummaryrefslogtreecommitdiff
path: root/en/devices/graphics/arch-sf-hwc.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/graphics/arch-sf-hwc.html')
-rw-r--r--en/devices/graphics/arch-sf-hwc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/devices/graphics/arch-sf-hwc.html b/en/devices/graphics/arch-sf-hwc.html
index cd7f8051..66682684 100644
--- a/en/devices/graphics/arch-sf-hwc.html
+++ b/en/devices/graphics/arch-sf-hwc.html
@@ -155,8 +155,8 @@ BufferQueue.</p>
<h2 id=screenrecord>Case Study: screenrecord</h2>
-<p>The <a href="https://android.googlesource.com/platform/frameworks/av/+/marshmallow-release/cmds/screenrecord/">screenrecord
-command</a> allows you to record everything that appears on the screen as an
+<p>The <a href="https://android.googlesource.com/platform/frameworks/av/+/master/cmds/screenrecord/">
+screenrecord command</a> allows you to record everything that appears on the screen as an
.mp4 file on disk. To implement, we have to receive composited frames from
SurfaceFlinger, write them to the video encoder, and then write the encoded
video data to a file. The video codecs are managed by a separate process