forked from pool/qimgv
13 lines
451 B
Diff
13 lines
451 B
Diff
|
Index: qimgv-0.6/gui/viewers/videoplayermpvproxy.cpp
|
||
|
===================================================================
|
||
|
--- qimgv-0.6.orig/gui/viewers/videoplayermpvproxy.cpp
|
||
|
+++ qimgv-0.6/gui/viewers/videoplayermpvproxy.cpp
|
||
|
@@ -24,6 +24,7 @@ inline void VideoPlayerMpvProxy::initPla
|
||
|
bool VideoPlayerMpvProxy::openMedia(Clip *clip) {
|
||
|
initPlayer();
|
||
|
player->openMedia(clip);
|
||
|
+ return NULL;
|
||
|
}
|
||
|
|
||
|
void VideoPlayerMpvProxy::seek(int pos) {
|