]> git.seodisparate.com - EN605.617.81.FA21_StephenSeo_DitheringProject/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Mon, 24 Jun 2024 04:24:01 +0000 (13:24 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 24 Jun 2024 04:24:01 +0000 (13:24 +0900)
README.md

index ac38cce175a23336211073699e5c8020dc3ea814..1d21c719a27cc55da0e81c0b45cbb21cc907539b 100644 (file)
--- 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