]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/f_ebur128.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavfilter / f_ebur128.c
index caeae3dfc7793e33c1ebc1aa61c79b147cd98486..88d37e8f83a6136d504707bdb22e1689c56da645 100644 (file)
@@ -796,4 +796,5 @@ AVFilter avfilter_af_ebur128 = {
     .inputs        = ebur128_inputs,
     .outputs       = NULL,
     .priv_class    = &ebur128_class,
+    .flags         = AVFILTER_FLAG_DYNAMIC_OUTPUTS,
 };