Do repeat in the player rather than trying to do it in VideoDecoder.
authorCarl Hetherington <cth@carlh.net>
Fri, 28 Jul 2017 14:36:40 +0000 (15:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 28 Jul 2017 14:36:40 +0000 (15:36 +0100)
commit280ca5218e193a3c54e5963dda1a80c6e78cc382
tree7c9b1e352ec03e4ba43d26cc3123a0db03e9ee53
parent7d651ec877927e0887da48ce441e5c5158e1f34f
Do repeat in the player rather than trying to do it in VideoDecoder.

Trying to repeat in VideoDecoder is the wrong side of the distinction
between content and DCP time; the repeat is for the DCP and VideoDecoder
should be emitting in terms of the source.
src/lib/player.cc
src/lib/video_decoder.cc