]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_colormatrix.c
lavf/matroskaenc: return an error for unsupported types.
[ffmpeg] / libavfilter / vf_colormatrix.c
index d25ce60a97627e0bba6e296786c20e7cfa58adc6..8db5fcf8d151e3ec9b995ae2918447960be7bf88 100644 (file)
@@ -385,4 +385,5 @@ AVFilter avfilter_vf_colormatrix = {
     .inputs        = colormatrix_inputs,
     .outputs       = colormatrix_outputs,
     .priv_class    = &colormatrix_class,
+    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE,
 };