]> git.pld-linux.org Git - packages/kodi.git/blob - dvddemux-ffmpeg.patch
cleanup todo
[packages/kodi.git] / dvddemux-ffmpeg.patch
1 origin:
2 http://cvs.rpmfusion.org/viewvc/rpms/kodi/devel/kodi-14.0-dvddemux-ffmpeg.patch?revision=1.1&root=free&view=markup
3
4 --- xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp.orig    2014-08-01 11:18:24.000000000 -0500
5 +++ xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp 2014-08-24 15:36:34.844966866 -0500
6 @@ -519,10 +519,6 @@
7  
8  void CDVDDemuxFFmpeg::Flush()
9  {
10 -  // naughty usage of an internal ffmpeg function
11 -  if (m_pFormatContext)
12 -    av_read_frame_flush(m_pFormatContext);
13 -
14    m_currentPts = DVD_NOPTS_VALUE;
15  
16    m_pkt.result = -1;
This page took 0.038814 seconds and 3 git commands to generate.