Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit b13ae19

Browse files
authored
Update README for ffmpeg plugin (#567)
Signed-off-by: Jun Tian <jun.tian@intel.com>
1 parent f2852e7 commit b13ae19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ffmpeg_plugin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ export PATH=$PATH:/c/svt-encoders/lib/
5757
git clone https://github.com/FFmpeg/FFmpeg ffmpeg
5858
cd ffmpeg
5959

60-
# The patch have been validated on 4.2 and 4.3 release
61-
git checkout release/4.2
60+
# The patch has been validated on n4.2 and n4.3 release tag
61+
git checkout n4.2
6262
or
63-
git checkout release/4.3
63+
git checkout n4.3
6464

6565
git am ../SVT-HEVC/ffmpeg_plugin/0001*.patch
6666
./configure --enable-libsvthevc

0 commit comments

Comments
 (0)