summaryrefslogtreecommitdiff
path: root/ilclient
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2014-01-07 16:40:32 +0100
committerThomas Reufer <thomas@reufer.ch>2014-01-07 16:40:32 +0100
commit88f137d194b1768344e954a1b1d35fb1fce03df9 (patch)
treeb2b3a5293fe02ba30fe57f39ef3edc42d7ec7a04 /ilclient
parent4e710fc5c2bf2e2e33518eb3c537b7022085bda9 (diff)
downloadvdr-plugin-rpihddevice-0.0.7.tar.gz
vdr-plugin-rpihddevice-0.0.7.tar.bz2
2013-12-30: Version 0.0.70.0.7
------------------------- - new: - support audio sampling rates other than 48kHz - changed setting of trick speed with APIVERSNUM >= 20103 - added deinterlacer - fixed: - improved audio parser - fixed still image for H264 video - mute audio render if volume is set to zero - missing: - image grabbing - video format/output options
Diffstat (limited to 'ilclient')
-rw-r--r--ilclient/ilclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ilclient/ilclient.c b/ilclient/ilclient.c
index da08ad0..66d70a8 100644
--- a/ilclient/ilclient.c
+++ b/ilclient/ilclient.c
@@ -1080,7 +1080,7 @@ int ilclient_setup_tunnel(TUNNEL_T *tunnel, unsigned int portStream, int timeout
vc_assert(error == OMX_ErrorNone);
error = OMX_SetupTunnel(tunnel->sink->comp, tunnel->sink_port, NULL, 0);
vc_assert(error == OMX_ErrorNone);
-
+
if(enable_error)
{
//Clean up the errors. This does risk removing an error that was nothing to do with this tunnel :-/