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:
authorPaul B Mahol <onemda@gmail.com>2015-07-02 12:49:26 +0300
committerPaul B Mahol <onemda@gmail.com>2015-07-02 18:36:00 +0300
commit7ff5a345a46eb76c6acfb9368a1eaec5688b3221 (patch)
tree63e6fec949db6b9f47f5f31d548c3b9c6f961cfc /libavfilter/vf_shuffleplanes.c
parent6e5864ab294c45814e6d417546f885a0c7dfb7cc (diff)
avfilter: use AVFILTER_DEFINE_CLASS()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_shuffleplanes.c')
-rw-r--r--libavfilter/vf_shuffleplanes.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/libavfilter/vf_shuffleplanes.c b/libavfilter/vf_shuffleplanes.c
index 80085cd712..45698ecbd6 100644
--- a/libavfilter/vf_shuffleplanes.c
+++ b/libavfilter/vf_shuffleplanes.c
@@ -134,12 +134,7 @@ static const AVOption shuffleplanes_options[] = {
{ NULL },
};
-static const AVClass shuffleplanes_class = {
- .class_name = "shuffleplanes",
- .item_name = av_default_item_name,
- .option = shuffleplanes_options,
- .version = LIBAVUTIL_VERSION_INT,
-};
+AVFILTER_DEFINE_CLASS(shuffleplanes);
static const AVFilterPad shuffleplanes_inputs[] = {
{