mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-04 16:50:31 +01:00
radeon/vcn: add encode end frame
Add implementation for end_frame interface for vcn encode. Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com> Acked-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
47443bc9f0
commit
3f83c24366
1 changed files with 2 additions and 1 deletions
|
|
@ -174,7 +174,8 @@ static void radeon_enc_end_frame(struct pipe_video_codec *encoder,
|
|||
struct pipe_video_buffer *source,
|
||||
struct pipe_picture_desc *picture)
|
||||
{
|
||||
/* TODO*/
|
||||
struct radeon_encoder *enc = (struct radeon_encoder*)encoder;
|
||||
flush(enc);
|
||||
}
|
||||
|
||||
static void radeon_enc_destroy(struct pipe_video_codec *encoder)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue