diff options
author | Johns <johns98@gmx.net> | 2011-12-19 17:03:40 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-19 17:11:25 +0100 |
commit | 36b285b5f7351836f0ad6a364c3d4743549a99c7 (patch) | |
tree | 514d88c4eddc836b83cf7be4042f374ea08b910d /softhddev.c | |
parent | 33460f1370b24bae464201e08bbc7bea26f98129 (diff) | |
download | vdr-plugin-softhddevice-36b285b5f7351836f0ad6a364c3d4743549a99c7.tar.gz vdr-plugin-softhddevice-36b285b5f7351836f0ad6a364c3d4743549a99c7.tar.bz2 |
Audio/video sync improvements.
Configurable audio delay.
Use monotonic pts.
Support old libav or ffmpeg libraries.
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/softhddev.c b/softhddev.c index a57eff9..a6c731b 100644 --- a/softhddev.c +++ b/softhddev.c @@ -655,6 +655,7 @@ int Poll(int timeout) { // buffers are too full if (atomic_read(&VideoPacketsFilled) >= VIDEO_PACKET_MAX / 2) { + Debug(3, "replay: poll %d\n", timeout); if (timeout) { // let display thread work usleep(timeout * 1000); |