Skip to content

Commit 6f19ea9

Browse files
Update README.md
1 parent 4448fcd commit 6f19ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# H264Sharp
22
Cisco's OpenH264 C++/CLI wrapper with optimised image format conversion support. It is very suitable for realtime streaming over network.
33
- Offers managed and unmanaged API.
4-
- Tested on .NetFramework and NetCore(upto 7).
4+
- Tested on .NetFramework and NetCore(up to 7).
55
- Compatible with OpenCV.(i.e. OpenCVsharp)
66
- Tested on WPF application with camera and screen capture (P2P Videocall).
77
- No memory leaks or GC pressure with bitmaps.
@@ -36,7 +36,7 @@ Cisco's OpenH264 C++/CLI wrapper with optimised image format conversion support.
3636

3737

3838
### Decode
39-
- You can decode with pointers or managed byte array as input.
39+
- You can decode with pointers or with managed byte array as input.
4040
- You can decode into System.Drawing.Bitmaps or raw data format images (they are compatible with OpenCV Mats and any other standard image containers.).
4141
```C#
4242
void Decode(IntPtr data, int length, FrameType type)
@@ -67,7 +67,7 @@ A separate dll is provided for RGB <-> YUV conversions. Its compiled with clang
6767
- Enjoy
6868
# Remarks
6969
- Decode callbacks with raw image formats use cached back buffer, if you wont consume them immediately, make a copy or sync your system.
70-
- Encoder output "EncodedFrame" uses cached back buffer if you wont consume them immediately, make a copy or sync your system.
70+
- Encoder output "EncodedFrame" uses cached back buffer, if you wont consume them immediately, make a copy or sync your system.
7171
- .Net Core and .Net Framework releases are provided.
7272
- Use at least 2.3.1 version of openh264.(cisco has updated some data types, older versions might lead to stack buffer overflow).
7373

0 commit comments

Comments
 (0)