[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [pdf-devel] Problems in the stream implementation
From: |
Juan Pedro Bolivar Puente |
Subject: |
Re: [pdf-devel] Problems in the stream implementation |
Date: |
Thu, 02 Oct 2008 12:20:53 +0200 |
User-agent: |
Mozilla-Thunderbird 2.0.0.16 (X11/20080724) |
address@hidden wrote:
> Hey JP,
>
>> I've read all the filter's implementation and none is using the filters
>> as circullar. Yes, you are assuming that the end of the buffer input
>> data is the buffer.wp but you are always considering that buffer.wp >
>> buffer.rp. That is why the reset function is needed and that is why
>> nothing is working.
>
>
> You're right, it seemed to me something was wrong, let's finally encapsulate
> that, please :-)
>
>
Ok, I take the task. Will send a patch to the list solving it today :-)
JP