Skip to content

Commit

Permalink
[editor/nextPicture] Update lastReadPts when the next image has been …
Browse files Browse the repository at this point in the history
…found in the cache
  • Loading branch information
eumagga0x2a committed Jun 19, 2018
1 parent fac0144 commit fa6bfd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avidemux/common/ADM_editor/src/ADM_edRender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ uint64_t tail;
{
// Got it
image->duplicate(cached);
vid->lastReadPts=cached->Pts;
}else
goto np_nextSeg;
}else
Expand Down

0 comments on commit fa6bfd5

Please sign in to comment.