Skip to content

Commit

Permalink
dvdplayer: another ssa subtitle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Oct 7, 2014
1 parent 033c34e commit 433635f
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -124,8 +124,7 @@ int CDVDOverlayCodecSSA::Decode(DemuxPacket *pPacket)
{
if (m_pOverlay->iPTSStopTime < pts + duration)
m_pOverlay->iPTSStopTime = pts + duration;
m_output = true;
return OC_OVERLAY;
return 0;
}

if(m_pOverlay)
Expand Down

0 comments on commit 433635f

Please sign in to comment.