docs: renamed gomp4 to mp4
This commit is contained in:
parent
e1f7866390
commit
7422f50b74
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# goMP4
|
# mp4
|
||||||
|
|
||||||
[](https://git.martin-riedl.de/golang/mp4/tags)
|
[](https://git.martin-riedl.de/golang/mp4/tags)
|
||||||
[](https://git.martin-riedl.de/golang/mp4/actions)
|
[](https://git.martin-riedl.de/golang/mp4/actions)
|
||||||
|
@ -8,7 +8,7 @@ mp4 implementation in golang based on spec ISO/IEC 14496-12:2015
|
||||||
## Parser
|
## Parser
|
||||||
|
|
||||||
```go
|
```go
|
||||||
parser := gomp4.NewParser(file)
|
parser := mp4.NewParser(file)
|
||||||
if err := parser.Parse(); err != nil {
|
if err := parser.Parse(); err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue