From 98bbaf1e907e927dbd26131cbdef243a82fdc2d1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 2 Feb 2013 14:27:54 +0000 Subject: Only offer filters and postproc that exist. --- src/lib/util.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/util.cc') diff --git a/src/lib/util.cc b/src/lib/util.cc index 872985024..ce89d5355 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -233,6 +233,8 @@ seconds (struct timeval t) void dvdomatic_setup () { + avfilter_register_all (); + Format::setup_formats (); DCPContentType::setup_dcp_content_types (); Scaler::setup_scalers (); -- cgit v1.2.3