Skip to content

Commit 8d6863a

Browse files
committed
Auto push on 2021-09-03 21:32:42
1 parent a0e1ac3 commit 8d6863a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/darwin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
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.
1010

11-
See [dec_avc_au](./dec_avc_au/README.md) for details.
11+
See [dec_avc_au](./dec_avc_au) for details.
1212

1313
## Encoding
1414

@@ -18,4 +18,4 @@ See [dec_avc_au](./dec_avc_au/README.md) for details.
1818

1919
Shows how to convert a raw YUV video file to a compressed H.264 video file.
2020

21-
See [enc_avc_file](./enc_avc_file/README.md) for details.
21+
See [enc_avc_file](./enc_avc_file) for details.

0 commit comments

Comments
 (0)