|
@ -18,8 +18,6 @@ VideoSource::VideoSource(){ |
|
|
#endif |
|
|
#endif |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
VideoSource::~VideoSource(){} |
|
|
|
|
|
|
|
|
|
|
|
void VideoSource::loadVideo(string & filePath){ |
|
|
void VideoSource::loadVideo(string & filePath){ |
|
|
path = filePath; |
|
|
path = filePath; |
|
|
setNameFromPath(filePath); |
|
|
setNameFromPath(filePath); |
|
|