Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vsrc_mptestsrc.c')
-rw-r--r--libavfilter/vsrc_mptestsrc.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libavfilter/vsrc_mptestsrc.c b/libavfilter/vsrc_mptestsrc.c
index c2ae5a1a4c..8accabf4ab 100644
--- a/libavfilter/vsrc_mptestsrc.c
+++ b/libavfilter/vsrc_mptestsrc.c
@@ -85,9 +85,11 @@ static const AVOption mptestsrc_options[]= {
};
static const AVClass mptestsrc_class = {
- "MPTestContext",
- av_default_item_name,
- mptestsrc_options
+ .class_name = "mptestsrc",
+ .item_name = av_default_item_name,
+ .option = mptestsrc_options,
+ .version = LIBAVUTIL_VERSION_INT,
+ .category = AV_CLASS_CATEGORY_FILTER,
};
static double c[64];