Closed GoogleCodeExporter closed 9 years ago
Aaron,
I'll only correct the logical && for now.
The other suggestion seems valid but for overflow checking (we're talking about
signed values so it might not apply given the C standard), I'll let it live
like this. It might be modified with Issue 264 anyway.
Original comment by m.darb...@gmail.com
on 11 Dec 2014 at 8:01
This issue was closed by revision r2954.
Original comment by m.darb...@gmail.com
on 11 Dec 2014 at 8:21
Hi Matthieu,
Actually, yes, you're right, you do need both conditions. In case imgSize is
odd.
But, if imgSize is odd, we have another bug: the last line will be cut off by
this
method. For 12 bit Cinema files.
Not sure how important this is though.
I will open another issue.
Cheers,
Aaron
Original comment by boxe...@gmail.com
on 11 Dec 2014 at 11:31
Original issue reported on code.google.com by
boxe...@gmail.com
on 10 Dec 2014 at 3:43