@ -18,8 +18,6 @@ VideoSource::VideoSource(){
#endif
}
VideoSource::~VideoSource(){}
void VideoSource::loadVideo(string & filePath){
path = filePath;
setNameFromPath(filePath);
@ -21,7 +21,6 @@ class VideoSource : public BaseSource {
static bool useHDMIForAudio;
VideoSource();
~VideoSource();
string & getPath();
void loadVideo(string & path);