mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Fix field typo
This commit is contained in:
@@ -228,7 +228,7 @@ const sink = new VideoSampleSink(videoTrack);
|
||||
|
||||
// Optionally, configure the decoder:
|
||||
const sink = new VideoSampleSink(videoTrack, {
|
||||
hardwarePreference: 'prefer-software',
|
||||
hardwareAcceleration: 'prefer-software',
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user