]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_shuffleplanes.c
Merge commit '84b223cc6d6ed4cc8bd295457a90f7c94a9dd784'
[ffmpeg] / libavfilter / vf_shuffleplanes.c
index 80085cd712abf1c57250464a41777653244a3a47..45698ecbd68ebb74d0d6e1e635f13aa1e1721f0d 100644 (file)
@@ -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[] = {
     {