Skip to content

Commit 4aeed7f

Browse files
authored
Update README.md
1 parent 184d30a commit 4aeed7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ffmpeg-cpp
2-
A clean C++ wrapper around the ffmpeg libraries which can be used in any C++ project or C# project (by using [DllImport]). Makes the most commonly used functionality of FFmpeg easily available for any C++ projects with an easy-to-use interface. The full power of FFmpeg compacted in 10 lines of C++ code: if this sounds useful to you, read on!
2+
A clean C++ wrapper around the ffmpeg libraries which can be used in any C++ project or C# project (by using DllImport). Makes the most commonly used functionality of FFmpeg easily available for any C++ projects with an easy-to-use interface. The full power of FFmpeg compacted in 10 lines of C++ code: if this sounds useful to you, read on!
33

44
# Installation
55

0 commit comments

Comments
 (0)