From e6c028ac4224c6a1fd994d6f49cf8a4e923af96d Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 11 Jun 2020 23:20:21 +0800 Subject: [PATCH] README: clarify support situation for FFmpeg <4 Pretty sure only 3.4.x works, and I have no intention of fixing things further back. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2399262..56b4f24 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Support for different FFmpeg versions are guarded by feature flags: | 4.2.x | 58.54.100 | `ffmpeg42` (current default) | | 4.1.x | 58.35.100 | `ffmpeg41` | | 4.0.x | 58.18.100 | `ffmpeg4` | -| <4 | | none | +| 3.4.x | 57.107.100 | none | See my [`metadata` project](https://github.com/zmwangx/metadata) for an example of targeting multiple versions of FFmpeg.