Evan Huus
changed
bug 9048
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
CC |
|
[email protected]
|
Ever confirmed |
|
1
|
Comment # 3
on bug 9048
from Evan Huus
Yes, this looks good to me.
I think there is an additional issue: the second pass of two-pass mode may
process extra frames because max_packet_count is only decremented if "passed ||
fdata->flags.dependent_of_displayed". I think it is enough to move the "if
((--max_packet_count == 0) ...) { ... }" block outside of the "if
(process_packet_second_pass(...)) { ... }" block? If you agree you can commit
both changes.
The other question is backport for 1.10. I think it should be backported but I
am not sure, I don't want to break it for people who rely on the old behaviour.
Maybe it is better to leave it for the next major release?
(P.S. please explicitly CC me when you want my input, I am not subscribed to
the all-bugs mailing list and found this only by accident)
You are receiving this mail because:
- You are watching all bug changes.