Remove unused ignore_length parameter.
[dcpomatic.git] / src / lib / ffmpeg_decoder.cc
index 198925bd3a4285a9ed35e50a8ed2fff14de9bef4..f0e652cbe60663439c51b206547124e6378db478 100644 (file)
@@ -55,8 +55,8 @@ using std::vector;
 using std::stringstream;
 using boost::shared_ptr;
 
-FFmpegDecoder::FFmpegDecoder (shared_ptr<Film> f, shared_ptr<const Options> o, Job* j, bool minimal, bool ignore_length)
-       : Decoder (f, o, j, minimal, ignore_length)
+FFmpegDecoder::FFmpegDecoder (shared_ptr<Film> f, shared_ptr<const Options> o, Job* j, bool minimal)
+       : Decoder (f, o, j, minimal)
        , _format_context (0)
        , _video_stream (-1)
        , _audio_stream (-1)