diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-05-29 01:05:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-05-29 01:05:38 -0300 |
commit | e66d8984a714671458a03ad26a2e16120120cc97 (patch) | |
tree | 53beed469d1034f4a87d8b1d4c5dd8291285edad /libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch | |
parent | 6f65a472f62ab92367b48d3871c0b47db0e43f9d (diff) |
kodi-14.2-4.parabola1: triggered by (FS#45054 -> https://bugs.archlinux.org/task/45054) rebuild on gcc5 + use external ffmpeg again
Diffstat (limited to 'libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch')
-rw-r--r-- | libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch b/libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch new file mode 100644 index 000000000..0c6d627d2 --- /dev/null +++ b/libre/kodi/kodi-14.0-dvddemux-ffmpeg.patch @@ -0,0 +1,13 @@ +--- 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; |