From 5cb04de96aac6ec3f5574fdfe1acf66e51e233b4 Mon Sep 17 00:00:00 2001 From: yatinmaan Date: Sun, 8 Jan 2023 23:46:40 +0530 Subject: [PATCH] aom: av1enc: Remove redundant enum variants from header Part-of: --- subprojects/gst-plugins-bad/ext/aom/gstav1enc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/subprojects/gst-plugins-bad/ext/aom/gstav1enc.h b/subprojects/gst-plugins-bad/ext/aom/gstav1enc.h index 8d6649cf1b..bcf3ddb1f5 100644 --- a/subprojects/gst-plugins-bad/ext/aom/gstav1enc.h +++ b/subprojects/gst-plugins-bad/ext/aom/gstav1enc.h @@ -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