forked from pool/qimgv
e3d64b9024
- Initial package (v0.6) OBS-URL: https://build.opensuse.org/request/show/563836 OBS-URL: https://build.opensuse.org/package/show/graphics/qimgv?expand=0&rev=1
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) {
|