summaryrefslogtreecommitdiff
path: root/libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-24 21:52:19 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-24 22:29:41 -0300
commit9d0343a4642eeaf935bf67b19b5da381fb3e43ef (patch)
tree1f3676768adbb0cb11409376bc60beb240701d23 /libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch
parent61a0e4fb8417d236bd99a558ce9f291f361972e4 (diff)
downloadabslibre-9d0343a4642eeaf935bf67b19b5da381fb3e43ef.tar.gz
abslibre-9d0343a4642eeaf935bf67b19b5da381fb3e43ef.tar.bz2
abslibre-9d0343a4642eeaf935bf67b19b5da381fb3e43ef.zip
kodi-15.0-1.parabola1: updating version
Diffstat (limited to 'libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch')
-rw-r--r--libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch b/libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch
deleted file mode 100644
index 0c6d627d2..000000000
--- a/libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp.orig 2014-08-01 11:18:24.000000000 -0500
-+++ xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp 2014-08-24 15:36:34.844966866 -0500
-@@ -519,10 +519,6 @@
-
- void CDVDDemuxFFmpeg::Flush()
- {
-- // naughty usage of an internal ffmpeg function
-- if (m_pFormatContext)
-- av_read_frame_flush(m_pFormatContext);
--
- m_currentPts = DVD_NOPTS_VALUE;
-
- m_pkt.result = -1;