File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
libs/openFrameworks/video Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -230,17 +230,11 @@ class ofBaseVideoPlayer: virtual public ofBaseVideo{
230230 // / \param name The name of the video resource to load.
231231 // / \sa isLoaded()
232232 virtual void loadAsync (const of::filesystem::path & fileName);
233- <<<<<<< HEAD
233+
234234 virtual bool loadAsync (std::string name) {
235235 loadAsync (of::filesystem::path (name));
236236 }
237- =======
238-
239- // / \brief Legacy approach for Asynchronously load a video resource by name.
240- // / \param name The name of the video resource to load.
241- virtual void loadAsync (std::string fileName);
242237
243- >>>>>>> master
244238 // / \brief Play the video from the current playhead position.
245239 // /
246240 // / \sa getPosition()
You can’t perform that action at this time.
0 commit comments