Skip to content

Commit

Permalink
Updated breaking changes section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asticode committed Dec 20, 2024
1 parent 1afa99e commit e5ce8aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Its main goals are to:
- [x] provide the GO version of [ffmpeg examples](https://github.com/FFmpeg/FFmpeg/tree/n7.0/doc/examples)
- [x] be fully tested

**Warning:** breaking changes will be introduced in `go-astiav` **without** using the `v2` golang pattern. You can see the list of breaking changes [here](BREAKING_CHANGES.md).

# Examples

Examples are located in the [examples](examples) directory and mirror as much as possible the [ffmpeg examples](https://github.com/FFmpeg/FFmpeg/tree/n7.0/doc/examples).
Expand Down Expand Up @@ -73,10 +75,6 @@ for {
}
```

# Breaking changes

You can see the list of breaking changes [here](BREAKING_CHANGES.md).

# Install ffmpeg from source

If you don't know how to install `ffmpeg`, you can use the following to install it from source:
Expand Down

0 comments on commit e5ce8aa

Please sign in to comment.