diff --git a/README.md b/README.md index 07feb88..34fe00c 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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: