summaryrefslogtreecommitdiff
path: root/remux.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-02 13:44:24 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-02 13:44:24 +0100
commitddec0a101bfb97caa23ca731b8041547717a5eb3 (patch)
tree10ae250d9740fae442ca54466ca69e175f223ee9 /remux.c
parent2a31a4eca81b75bfab9a9fbbe2aa8f9eeec38f9f (diff)
downloadvdr-ddec0a101bfb97caa23ca731b8041547717a5eb3.tar.gz
vdr-ddec0a101bfb97caa23ca731b8041547717a5eb3.tar.bz2
Changed the [dei]syslog macros to use var args; fixed error handling in establishing an SVDRP connection
Diffstat (limited to 'remux.c')
-rw-r--r--remux.c5
1 files changed, 2 insertions, 3 deletions
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