From e5ce8aaeed03ed97f255b011259a158b27dab3cc Mon Sep 17 00:00:00 2001 From: Quentin Renard Date: Fri, 20 Dec 2024 09:38:25 +0100 Subject: [PATCH] Updated breaking changes section in readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 07feb88..d92d043 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: