]> git.pld-linux.org Git - packages/kodi.git/blame - dvddemux-ffmpeg.patch
bconds for rest of the options
[packages/kodi.git] / dvddemux-ffmpeg.patch
CommitLineData
6e5f6f0e
ER
1origin:
2http://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.073629 seconds and 4 git commands to generate.