Skip to content

Commit

Permalink
kodi/Amlogic-ne: fix kodi-01-DVDDemuxFFmpeg-fix_stream_change.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexELEC committed Aug 18, 2024
1 parent f78d033 commit 3bbc771
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ diff -Naurp kodi/xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxFFmpeg.h kodi-patch/
bool m_bAVI;
bool m_bSup;
+ bool m_bResetStream;
CDemuxStreamSSIF* m_pSSIF;
int m_speed;
+ unsigned int m_oldStreams;
+ unsigned int m_oldProgCount;
Expand Down

0 comments on commit 3bbc771

Please sign in to comment.