mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 10:42:12 +01:00
14 lines
359 B
Diff
14 lines
359 B
Diff
--- a/xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp.orig
|
|
+++ b/xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp
|
|
@@ -539,10 +539,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;
|