https://bugs.freedesktop.org/show_bug.cgi?id=89969

--- Comment #7 from Christian König <[email protected]> ---
Chunked decoding means that between begin picture and end picture the state
tracker calls the decode function multiple times for the same picture.

E.g. you don't get the bitstream all at once, but rather in small chunks.

Nouveau can't deal with that cause Maarten didn't wanted that interface, radeon
on the other hand never used anything else.

You just need to fix nouveau to implement bitstream buffer resizing in the same
way radeon does it (or move that stuff into the state tracker like I always
suggested).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to