mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
427 B
Diff
14 lines
427 B
Diff
|
--- 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;
|