diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-11 13:12:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-11 13:12:43 +0100 |
| commit | bb917533ad5beaded24ed56c7c4dc71d50e76263 (patch) | |
| tree | 3b737fa8110c8113e8ae644568d307700c0eefb9 /src/lib/ffmpeg_decoder.cc | |
| parent | 49deab5be257f3a11f5b053224f4a3218fad8da3 (diff) | |
Untested audio delay.
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 fddb70294..b2eb1dbde 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -59,7 +59,7 @@ using libdcp::Size; FFmpegDecoder::FFmpegDecoder (shared_ptr<const Film> f, shared_ptr<const FFmpegContent> c, bool video, bool audio) : Decoder (f) , VideoDecoder (f) - , AudioDecoder (f) + , AudioDecoder (f, c) , SubtitleDecoder (f) , FFmpeg (c) , _subtitle_codec_context (0) |
