Skip to content

Commit 1f9c623

Browse files
committed
Clarify ffmpeg branch checkout in README
1 parent 1fc902c commit 1f9c623

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ To build the library without building the docker image, run
5353
`git clone https://github.com/FFmpeg/FFmpeg ffmpeg` \
5454
`cd ffmpeg`
5555

56-
### Checkout n4.4 tag
57-
`git checkout -b [your branch name] n4.4`
56+
### Checkout FFmpeg version 4.4 tag
57+
`git checkout release/4.4`
5858

5959
### Copy vf_raisr.c to ffmpeg libavfilter folder
6060
`cp ../ilvsr-library/ffmpeg/vf_raisr.c libavfilter/`

0 commit comments

Comments
 (0)