Skip to content

Commit 56978e4

Browse files
authored
Update README.md
1 parent 88827f0 commit 56978e4

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
@@ -11,7 +11,7 @@ A mod that lets developers easily interact with ffmpeg to record raw videos, and
1111
void video() {
1212
ffmpeg::Recorder recorder;
1313

14-
RenderSettings settings;
14+
ffmpeg::RenderSettings settings;
1515

1616
//ffmpeg-api will automatically handle conversion between the input pixel
1717
//format and the codec's pixel format
@@ -59,4 +59,4 @@ void audioRaw() {
5959
### Windows
6060
To get the needed libraries on Windows, you can use vcpkg
6161
```sh
62-
vcpkg install ffmpeg[core,avcodec,avformat,avutil,swscale,swresample,amf,x264,x265,nvcodec]:x64-windows-static --recurse
62+
vcpkg install ffmpeg[core,avcodec,avformat,avutil,swscale,swresample,amf,x264,x265,nvcodec]:x64-windows-static --recurse

0 commit comments

Comments
 (0)