Skip to content

Commit 44c325a

Browse files
committed
Fix typo
1 parent 37201f6 commit 44c325a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

broadcasting/03_RTMP_Architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Buffers containing the given track data will be sent to the appropriate parser -
3131

3232
### H264 Parser
3333

34-
H264 parser is quite a complex element, designed to read the incoming H264 stream. We have prepared a [separate, supplemental chapter of this tutorial](13_H264_codec.md) to describe the H264 codec and our parser's implementation - we invite you to read it, however, that knowledge is not necessary to successfully run the application.
34+
H264 parser is quite a complex element, designed to read the incoming H264 stream. We have prepared a [separate, supplemental chapter of this tutorial](12_H264_codec.md) to describe the H264 codec and our parser's implementation - we invite you to read it, however, that knowledge is not necessary to successfully run the application.
3535

3636
### AAC Parser
3737

0 commit comments

Comments
 (0)