mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
aom: av1enc: Remove redundant enum variants from header
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2743>
This commit is contained in:
parent
cbc7334d93
commit
5cb04de96a
1 changed files with 0 additions and 3 deletions
|
@ -62,7 +62,6 @@ typedef enum
|
|||
GST_AV1_ENC_RESIZE_NONE = 0,
|
||||
GST_AV1_ENC_RESIZE_FIXED = 1,
|
||||
GST_AV1_ENC_RESIZE_RANDOM = 2,
|
||||
GST_AV1_ENC_RESIZE_MODES
|
||||
} GstAV1EncResizeMode;
|
||||
|
||||
/**
|
||||
|
@ -81,7 +80,6 @@ typedef enum
|
|||
GST_AV1_ENC_SUPERRES_FIXED = 1,
|
||||
GST_AV1_ENC_SUPERRES_RANDOM = 2,
|
||||
GST_AV1_ENC_SUPERRES_QTHRESH = 3,
|
||||
GST_AV1_ENC_SUPERRES_MODES
|
||||
} GstAV1EncSuperresMode;
|
||||
|
||||
/**
|
||||
|
@ -100,7 +98,6 @@ typedef enum
|
|||
GST_AV1_ENC_END_USAGE_CBR = 1,
|
||||
GST_AV1_ENC_END_USAGE_CQ = 2,
|
||||
GST_AV1_ENC_END_USAGE_Q = 3,
|
||||
GST_AV1_ENC_END_USAGE_MODES
|
||||
} GstAV1EncEndUsageMode;
|
||||
|
||||
struct _GstAV1Enc
|
||||
|
|
Loading…
Reference in a new issue