mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc: add PR4650
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
42cbbc52dd
commit
d83af1986a
@ -0,0 +1,25 @@
|
||||
From d14e6a8f8d4c00e104e8f782d66e60a5a3d19376 Mon Sep 17 00:00:00 2001
|
||||
From: Rainer Hochecker <fernetmenta@online.de>
|
||||
Date: Sun, 4 May 2014 17:49:52 +0200
|
||||
Subject: [PATCH] paplayer: fix accidently disabled seek by
|
||||
fc2b1b2c1ad0d235b91a33e430d39bd63de71f58
|
||||
|
||||
---
|
||||
xbmc/cores/paplayer/DVDPlayerCodec.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/xbmc/cores/paplayer/DVDPlayerCodec.cpp b/xbmc/cores/paplayer/DVDPlayerCodec.cpp
|
||||
index 1f7287b..b960e3b 100644
|
||||
--- a/xbmc/cores/paplayer/DVDPlayerCodec.cpp
|
||||
+++ b/xbmc/cores/paplayer/DVDPlayerCodec.cpp
|
||||
@@ -203,6 +203,7 @@ bool DVDPlayerCodec::Init(const CStdString &strFile, unsigned int filecache)
|
||||
{
|
||||
// rewind stream to beginning
|
||||
Seek(0);
|
||||
+ m_bCanSeek = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
--
|
||||
1.9.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user