You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/darwin/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
Shows how to decode AVC / H.264 stream. The sample uses sequence of files to simulate a stream of H.264 Access Units (AUs) and a Transcoder object to decode the AUs to raw YUV video frames.
10
10
11
-
See [dec_avc_au](./dec_avc_au/README.md) for details.
11
+
See [dec_avc_au](./dec_avc_au) for details.
12
12
13
13
## Encoding
14
14
@@ -18,4 +18,4 @@ See [dec_avc_au](./dec_avc_au/README.md) for details.
18
18
19
19
Shows how to convert a raw YUV video file to a compressed H.264 video file.
20
20
21
-
See [enc_avc_file](./enc_avc_file/README.md) for details.
0 commit comments