diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-04 16:59:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-04 16:59:00 +0000 |
| commit | ac712b45bad948fc8f38cf4fa48a529f2024c7f5 (patch) | |
| tree | 4e82a43b9f700e26faa9836a88f581a5a4c6bf75 /src/lib/ffmpeg_decoder.cc | |
| parent | 1d96023ab3987e55fd6452f655dfb900c6012881 (diff) | |
Remove minimal flag.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index f0e652cbe..77e8f365f 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -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) - : Decoder (f, o, j, minimal) +FFmpegDecoder::FFmpegDecoder (shared_ptr<Film> f, shared_ptr<const Options> o, Job* j) + : Decoder (f, o, j) , _format_context (0) , _video_stream (-1) , _audio_stream (-1) |
