From d6215dc6d5e969a70e27907653187d7445cfffab Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 24 Jun 2024 13:24:01 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac38cce..1d21c71 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,14 @@ major version of FFmpeg was released (version `5.0`).~~ ~~To be clear, version `1.0.0` of this project is expected to work with FFmpeg version `4.4`.~~ -Fixes were applied for FFmpeg version 5. A macro is used to change incompatible +~~Fixes were applied for FFmpeg version 5. A macro is used to change incompatible code based on what version of FFmpeg is specified in the headers, so external checking of version is not necessary. Thus, the latest version of this repo -should work with both FFmpeg 5.0 and 4.4. +should work with both FFmpeg 5.0 and 4.4.~~ + +This software has been tested to work with FFmpeg version 7. A change was +introduced to handle a deprecated function. This means that the deprecated +function will only be used if the FFmpeg version is less than 7. ## Background