Skip to content

Commit

Permalink
Fix a typo in README.md (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonjs committed Mar 3, 2024
1 parent 92d5f01 commit 950c0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ videoEncoder.encode(sampleBuffer)
```

### VideoDecoder
`VideoEncoder` is an object that takes `CMSampleBuffer`s containing `CMBlockBuffers`s containing compressed H264/HEVC data and outputs a stream of `CMSampleBuffer`s containing `CVPixelBuffer`s. `VideoDecoder` is initialized with a `Config` containing various optional decompression settings.
`VideoDecoder` is an object that takes `CMSampleBuffer`s containing `CMBlockBuffers`s containing compressed H264/HEVC data and outputs a stream of `CMSampleBuffer`s containing `CVPixelBuffer`s. `VideoDecoder` is initialized with a `Config` containing various optional decompression settings.

#### Usage
```swift
Expand Down

0 comments on commit 950c0b8

Please sign in to comment.