add debug
authorFelix Domke <tmbinc@elitedvb.net>
Thu, 24 May 2007 19:59:22 +0000 (19:59 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Thu, 24 May 2007 19:59:22 +0000 (19:59 +0000)
lib/dvb/dvb.cpp

index aab903b..9ea4ac8 100644 (file)
@@ -1066,6 +1066,8 @@ void eDVBChannel::getNextSourceSpan(off_t current_offset, size_t bytes_read, off
                                start = aligned_end - len;
                                eDebug("skipping to %llx, %d", start, len);
                        }
+                       
+                       eDebug("result: %llx, %x (%llx %llx)", start, size, aligned_start, aligned_end);
                        return;
                }
        }