Skip to content

Commit cac61ac

Browse files
committed
Fixed examples
1 parent 98fbf68 commit cac61ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ and open media files and byte streams.
6161
### Demultiplexing
6262

6363
```go
64+
package main
65+
6466
import (
6567
media "github.com/mutablelogic/go-media"
6668
)
@@ -109,6 +111,8 @@ func main() {
109111
This example shows you how to decode video frames from a media file into images.
110112

111113
```go
114+
package main
115+
112116
import (
113117
media "github.com/mutablelogic/go-media"
114118
)

0 commit comments

Comments
 (0)