mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 03:40:10 +01:00
radeon/uvd: save the aligned width & height
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=68845 Signed-off-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
da33347131
commit
3e81b8eedd
1 changed files with 2 additions and 0 deletions
|
|
@ -854,6 +854,8 @@ struct pipe_video_codec *ruvd_create_decoder(struct pipe_context *context,
|
|||
|
||||
dec->base = *templ;
|
||||
dec->base.context = context;
|
||||
dec->base.width = width;
|
||||
dec->base.height = height;
|
||||
|
||||
dec->base.destroy = ruvd_destroy;
|
||||
dec->base.begin_frame = ruvd_begin_frame;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue