From f94167386278b3cbcf8a533f62ac218fb6be0e19 Mon Sep 17 00:00:00 2001 From: He Junyan Date: Wed, 30 Jun 2021 12:15:42 +0800 Subject: [PATCH] codecparsers: vp9parser: Delete the verbose redefine of MAX_LOOP_FILTER. Part-of: --- gst-libs/gst/codecparsers/gstvp9parser.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-libs/gst/codecparsers/gstvp9parser.h b/gst-libs/gst/codecparsers/gstvp9parser.h index 20417d9c63..e264a2bf94 100644 --- a/gst-libs/gst/codecparsers/gstvp9parser.h +++ b/gst-libs/gst/codecparsers/gstvp9parser.h @@ -48,7 +48,6 @@ G_BEGIN_DECLS #define GST_VP9_FRAME_CONTEXTS_LOG2 2 -#define GST_VP9_MAX_LOOP_FILTER 63 #define GST_VP9_MAX_SHARPNESS 7 #define GST_VP9_MAX_REF_LF_DELTAS 4