From ddec0a101bfb97caa23ca731b8041547717a5eb3 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 2 Feb 2002 13:44:24 +0100 Subject: Changed the [dei]syslog macros to use var args; fixed error handling in establishing an SVDRP connection --- remux.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'remux.c') diff --git a/remux.c b/remux.c index f89b897b..2eb97b50 100644 --- a/remux.c +++ b/remux.c @@ -8,7 +8,7 @@ * the Linux DVB driver's 'tuxplayer' example and were rewritten to suit * VDR's needs. * - * $Id: remux.c 1.6 2001/08/19 11:52:05 kls Exp $ + * $Id: remux.c 1.7 2002/02/02 12:54:30 kls Exp $ */ /* The calling interface of the 'cRemux::Process()' function is defined @@ -583,9 +583,8 @@ XXX*/ if (l < 0) return NULL; // no useful data found, wait for more if (pt != NO_PICTURE) { - if (pt < I_FRAME || B_FRAME < pt) { + if (pt < I_FRAME || B_FRAME < pt) esyslog(LOG_ERR, "ERROR: unknown picture type '%d'", pt); - } else if (!synced) { if (pt == I_FRAME) { resultDelivered = i; // will drop everything before this position -- cgit v1.2.3