diff options
author | Michael Cronenworth <mike@cchtml.com> | 2015-06-17 01:18:26 -0500 |
---|---|---|
committer | Michael Cronenworth <mike@cchtml.com> | 2015-06-17 01:18:26 -0500 |
commit | 704af298383de1a3c170f23ad95770064f726bd0 (patch) | |
tree | 6016e2b16c4c6fb23a19bc999ed21880c2fc678b /kodi-14.0-dvddemux-ffmpeg.patch | |
parent | 3e049a06bd2e2ca9858a3bab12b7947578c8e3a7 (diff) | |
download | xbmc-rpm-master.tar.gz xbmc-rpm-master.tar.xz xbmc-rpm-master.zip |
Temporarily disable libcec support. Fedora package needs
to be updated first.
Diffstat (limited to 'kodi-14.0-dvddemux-ffmpeg.patch')
-rw-r--r-- | kodi-14.0-dvddemux-ffmpeg.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kodi-14.0-dvddemux-ffmpeg.patch b/kodi-14.0-dvddemux-ffmpeg.patch index 0c6d627..9e18b11 100644 --- a/kodi-14.0-dvddemux-ffmpeg.patch +++ b/kodi-14.0-dvddemux-ffmpeg.patch @@ -1,12 +1,12 @@ --- 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 @@ +@@ -542,10 +542,6 @@ void CDVDDemuxFFmpeg::Flush() { - // naughty usage of an internal ffmpeg function - if (m_pFormatContext) -- av_read_frame_flush(m_pFormatContext); +- avformat_flush(m_pFormatContext); - m_currentPts = DVD_NOPTS_VALUE; |