diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 11:51:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 11:51:52 +0100 |
| commit | 75cd462257fbec6c6998f2d1339e37ab4ff16f31 (patch) | |
| tree | 88b6257c928d0b6a361a64538cf56f74b4e54d2e /src/lib/ffmpeg_decoder.cc | |
| parent | b74c18dfc759fc87a5448b54e187c195a48ed3bc (diff) | |
Remove unused variable.
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 b2eb1dbde..fddb70294 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, c) + , AudioDecoder (f) , SubtitleDecoder (f) , FFmpeg (c) , _subtitle_codec_context (0) |
