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 aab903baad282656b7b0c04e78bae6ffa67eb9a2..9ea4ac8acd4c1e1db79b374312e24948791b2f13 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);
                        }
                                start = aligned_end - len;
                                eDebug("skipping to %llx, %d", start, len);
                        }
+                       
+                       eDebug("result: %llx, %x (%llx %llx)", start, size, aligned_start, aligned_end);
                        return;
                }
        }
                        return;
                }
        }