vapier      15/02/17 00:05:03

  Added:                kodi-14.0-dvddemux-ffmpeg.patch
  Log:
  Fix build with external ffmpeg #526992 by Manuel RĂ¼ger.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.1                  media-tv/kodi/files/kodi-14.0-dvddemux-ffmpeg.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/kodi/files/kodi-14.0-dvddemux-ffmpeg.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/kodi/files/kodi-14.0-dvddemux-ffmpeg.patch?rev=1.1&content-type=text/plain

Index: kodi-14.0-dvddemux-ffmpeg.patch
===================================================================
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;




Reply via email to