[Bug 91281] Tonga VCE 2160p encode fails with BO to small for addr
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 1 23:49:38 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=91281
--- Comment #3 from Andy Furniss <adf.lists at gmail.com> ---
I know what causes this now.
It's the get_cpb_num case statement in radeon_vce.c.
It only handles up to 51 and defaults to 42.
ffmpeg lucked into working because it calls 51 when it should really be 52.
gstreamer vaapi calls correctly so only > 2160p30 fails as 52 gets default.
gstreamer omx always fails because it seems to max at 42.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/6b6fce73/attachment.html>
More information about the dri-devel
mailing list