mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
va: encoder: Use entrypoint type.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2521>
This commit is contained in:
parent
d71a6bf457
commit
ae9fe4a851
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ typedef struct _GstVaProfileConfig GstVaProfileConfig;
|
|||
struct _GstVaProfileConfig
|
||||
{
|
||||
VAProfile profile;
|
||||
guint32 entrypoint;
|
||||
VAEntrypoint entrypoint;
|
||||
};
|
||||
|
||||
struct _GstVaEncoder
|
||||
|
|
Loading…
Reference in a new issue