diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-02 14:27:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-02 14:27:54 +0000 |
| commit | 98bbaf1e907e927dbd26131cbdef243a82fdc2d1 (patch) | |
| tree | b5863c26d3368c44269755f7af9f5e4b7b117ea7 /src/lib/util.cc | |
| parent | 8b4aa224882d2451f81c0a3ad07ec2d4ea098d5a (diff) | |
Only offer filters and postproc that exist.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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 (); |
