fix VideoAV1 constructor
parent
77d8357186
commit
bae05596e2
|
@ -59,7 +59,7 @@ namespace MoonWorks.Test
|
||||||
GraphicsDevice.Submit(cmdbuf);
|
GraphicsDevice.Submit(cmdbuf);
|
||||||
|
|
||||||
// Load the video
|
// Load the video
|
||||||
video = new Video.VideoAV1(TestUtils.GetVideoPath("hello.obu"), 25);
|
video = new VideoAV1(GraphicsDevice, TestUtils.GetVideoPath("hello.obu"), 25);
|
||||||
|
|
||||||
// Play the video
|
// Play the video
|
||||||
videoPlayer = new VideoPlayer(GraphicsDevice);
|
videoPlayer = new VideoPlayer(GraphicsDevice);
|
||||||
|
|
Loading…
Reference in New Issue