summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-18 23:43:55 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-18 23:43:55 +0000
commit0b2223212b20910717d63d65517b4a8abe5d2bd4 (patch)
treeeeddca28e61a4836f207bff404a4244dfadabfa2 /src/lib/ffmpeg_decoder.cc
parentff1ab29c3ea270061a54bde529270953e14b9adc (diff)
Attempt to move resampling into AudioDecoder.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
-rw-r--r--src/lib/ffmpeg_decoder.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc
index 866d846db..e8489f5f6 100644
--- a/src/lib/ffmpeg_decoder.cc
+++ b/src/lib/ffmpeg_decoder.cc
@@ -141,6 +141,8 @@ FFmpegDecoder::flush ()
if (_ffmpeg_content->audio_stream() && _decode_audio) {
decode_audio_packet ();
}
+
+ AudioDecoder::flush ();
}
bool