File vdr-xine-0.8.2-nodebug.diff of Package vdr-plugins
Index: xine-0.8.2/xineDevice.c
===================================================================
--- xine-0.8.2.orig/xineDevice.c
+++ xine-0.8.2/xineDevice.c
@@ -1154,7 +1154,12 @@ int ScanVideoPacket(const uchar *Data, i
|| 0x00 != Data[ 1 ]
|| 0x01 != Data[ 2 ])
{
- VERBOSE_NOP();
+ static int beenhere = 0;
+ if(!beenhere)
+ {
+ VERBOSE_NOP();
+ beenhere = 1;
+ }
break;
}
@@ -1617,7 +1622,12 @@ if (blahblah)
}
else
{
- VERBOSE_NOP();
+ static int beenhere = 0;
+ if(!beenhere)
+ {
+ VERBOSE_NOP();
+ beenhere = 1;
+ }
ch = '2';
}
}
@@ -1651,7 +1661,12 @@ if (blahblah)
|| 0x00 != Data[ 1 ]
|| 0x01 != Data[ 2 ])
{
- VERBOSE_NOP1();
+ static int beenhere = 0;
+ if(!beenhere)
+ {
+ VERBOSE_NOP1();
+ beenhere = 1;
+ }
return;
}