openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

ofBaseVideoPlayer load function was reverted incorrectly #8160

Closed roymacdonald closed 1 month ago

roymacdonald commented 1 month ago

its argument used to be a string rather than const reference string. This fixes other video players that were affected by that change.