summaryrefslogtreecommitdiff
path: root/media-tv/kodi/files/kodi-14.0-dvddemux-ffmpeg.patch
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-04-12 19:10:04 +0300
committerBlackNoxis <steven.darklight@gmail.com>2015-04-12 19:10:04 +0300
commitaccbf06fc6adda2849f2931c5d1c5d5520077480 (patch)
tree2d1313927ee491a9d89bbfcdf18187f719270791 /media-tv/kodi/files/kodi-14.0-dvddemux-ffmpeg.patch
parentcf9e1ef0b6c30c34031f2d4b5e5fe250b90a87ea (diff)
(*) major revamp of ebuilds, upgrading EAPIs
Diffstat (limited to 'media-tv/kodi/files/kodi-14.0-dvddemux-ffmpeg.patch')
-rw-r--r--media-tv/kodi/files/kodi-14.0-dvddemux-ffmpeg.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/media-tv/kodi/files/kodi-14.0-dvddemux-ffmpeg.patch b/media-tv/kodi/files/kodi-14.0-dvddemux-ffmpeg.patch
new file mode 100644
index 00000000..94b86666
--- /dev/null
+++ b/media-tv/kodi/files/kodi-14.0-dvddemux-ffmpeg.patch
@@ -0,0 +1,16 @@
+sniped from:
+http://cvs.rpmfusion.org/viewvc/rpms/kodi/devel/kodi-14.0-dvddemux-ffmpeg.patch?root=free&view=markup
+
+--- xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp
++++ xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp
+@@ -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;