Skip to content

Commit

Permalink
omxplayervideo: cosmetic: use default code path
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Apr 30, 2016
1 parent 2006ddb commit 7c42a2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions xbmc/cores/omxplayer/OMXPlayerVideo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,6 @@ void OMXPlayerVideo::Process()
}
else
m_messageQueue.Put(pMsg->Acquire(), 1); /* push back as prio message, to process other prio messages */

pMsg->Release();

continue;
}
else if (pMsg->IsType(CDVDMsg::GENERAL_RESYNC))
{
Expand Down

0 comments on commit 7c42a2d

Please sign in to comment.