We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7745d commit 4da8b9aCopy full SHA for 4da8b9a
1 file changed
libs/openFrameworks/video/ofAVFoundationPlayer.h
@@ -27,8 +27,8 @@ class ofAVFoundationPlayer : public ofBaseVideoPlayer {
27
ofAVFoundationPlayer();
28
~ofAVFoundationPlayer();
29
30
- bool load(const of::filesystem::path & fileName) override;
31
- void loadAsync(const of::filesystem::path & fileName) override;
+ bool load(const of::filesystem::path & fileName);
+ void loadAsync(const of::filesystem::path & fileName);
32
void close();
33
void update();
34
0 commit comments