diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-22 16:48:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-22 16:48:45 +0100 |
| commit | 0e2c7f060529d93035e89b06d4aa687830a5e0ad (patch) | |
| tree | 4a4e95373532ed6557d0fabd7c4fd989d9dbc87b /src/lib/ffmpeg_decoder.cc | |
| parent | db67e0d5c855127862bb8dd579d41e4a11f84798 (diff) | |
Hacks.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 8da607e7e..45c242237 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -61,7 +61,7 @@ using libdcp::Size; FFmpegDecoder::FFmpegDecoder (shared_ptr<const Film> f, shared_ptr<const FFmpegContent> c, bool video, bool audio) : Decoder (f) , VideoDecoder (f, c) - , AudioDecoder (f) + , AudioDecoder (f, c) , SubtitleDecoder (f) , FFmpeg (c) , _subtitle_codec_context (0) |
