diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-10-07 15:43:39 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-10-07 15:43:45 +0200 |
commit | f9916072fe1c7a0e0e4526431839aa9032fe1a8f (patch) | |
tree | 57864b5337551ebfb32a0b9a41bf13c36f7ea68f /community/kodi/remove-av_read_frame_flush.patch | |
parent | f999b98c3f5dc2b392d1b43d7ad4177f3bf359b5 (diff) | |
download | aports-f9916072fe1c7a0e0e4526431839aa9032fe1a8f.tar.bz2 aports-f9916072fe1c7a0e0e4526431839aa9032fe1a8f.tar.xz |
community/kodi: upgrade to 15.1
Diffstat (limited to 'community/kodi/remove-av_read_frame_flush.patch')
-rw-r--r-- | community/kodi/remove-av_read_frame_flush.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/kodi/remove-av_read_frame_flush.patch b/community/kodi/remove-av_read_frame_flush.patch deleted file mode 100644 index f931aae580..0000000000 --- a/community/kodi/remove-av_read_frame_flush.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp.orig -+++ b/xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp -@@ -539,10 +539,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; |