Skip to content

Commit

Permalink
Fixed very little problem with backward seeking from commit 054935e
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Jul 12, 2015
1 parent 3397a1b commit b0cae8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/DemuxerThr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ void DemuxerThr::run()
const bool backwards = playC.seekTo < ( int )playC.pos;
bool mustSeek = true, flush = false, aLocked = false, vLocked = false;

if ( seekInBuffer )
if ( seekInBuffer && ( !localStream || !backwards ) )
{
playC.vPackets.lock();
playC.aPackets.lock();
Expand Down

0 comments on commit b0cae8d

Please sign in to comment.