Skip to content

Commit

Permalink
fix documentation (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored Feb 3, 2024
1 parent a9e1582 commit 7195bbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/formats/fmp4/part.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ func (p *Part) Marshal(w io.WriteSeeker) error {
/*
|moof|
| |mfhd|
| | |traf|
| | |traf|
| | |....|
| |mdat|
| |traf|
| |traf|
| |....|
|mdat|
*/

mw := newMP4Writer(w)
Expand Down

0 comments on commit 7195bbc

Please sign in to comment.