summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-10 23:06:17 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-10 23:06:17 +0100
commitd683883c4dc25cb612f6d5feb1e772016182e722 (patch)
tree677094d74c815184fc75d3d1b344d4ef32014c8a /src/lib/ffmpeg_decoder.cc
parent76052960d07a611889967f5927e2adb0d867ea07 (diff)
Move SRC (badly) to AudioDecoder.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
-rw-r--r--src/lib/ffmpeg_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc
index b857860bd..0e704bb14 100644
--- a/src/lib/ffmpeg_decoder.cc
+++ b/src/lib/ffmpeg_decoder.cc
@@ -66,7 +66,7 @@ boost::mutex FFmpegDecoder::_mutex;
FFmpegDecoder::FFmpegDecoder (shared_ptr<const Film> f, shared_ptr<const FFmpegContent> c, bool video, bool audio, bool subtitles)
: Decoder (f)
, VideoDecoder (f)
- , AudioDecoder (f)
+ , AudioDecoder (f, c)
, _ffmpeg_content (c)
, _format_context (0)
, _video_stream (-1)