frontends/va: Remove fallback if app doesn't enable packed headers
This was only a best effort fallback and it doesn't always work. Driver is expected to only output slice NALs when packed headers are not enabled, so let's just do that. Reviewed-by: Ruijing Dong <ruijing.dong@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31126>
This commit is contained in:
@@ -235,7 +235,6 @@ struct pipe_picture_desc
|
||||
unsigned flush_flags;
|
||||
/* A fence for pipe_video_codec::end_frame to signal job completion */
|
||||
struct pipe_fence_handle **fence;
|
||||
unsigned packed_headers;
|
||||
};
|
||||
|
||||
struct pipe_quant_matrix
|
||||
|
||||
Reference in New Issue
Block a user