mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
|
struct _GstVaProfileConfig
|
||||||
{
|
{
|
||||||
VAProfile profile;
|
VAProfile profile;
|
||||||
guint32 entrypoint;
|
VAEntrypoint entrypoint;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GstVaEncoder
|
struct _GstVaEncoder
|
||||||
|
|
Loading…
Reference in a new issue