Merge.
[dcpomatic.git] / src / lib / filter_graph.cc
index 3a13d93d069c5f7b0bd84545e4a560089056092f..b0991a2da9d53f2e7ac45a17da509d5db4975a40 100644 (file)
@@ -68,8 +68,6 @@ FilterGraph::FilterGraph (shared_ptr<Film> film, FFmpegDecoder* decoder, libdcp:
 
        filters += crop_string (Position (film->crop().left, film->crop().top), film->cropped_size (decoder->native_size()));
 
-       avfilter_register_all ();
-       
        AVFilterGraph* graph = avfilter_graph_alloc();
        if (graph == 0) {
                throw DecodeError ("Could not create filter graph.");