X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexternal_audio_decoder.cc;h=25c8068b6fcdb02726a0b93f8163b7ef6b968e1b;hb=7bf30cdae222915bd148522227858f49b553d799;hp=9b121235a4bc8db3a85f8f920fa489ea2a1a4984;hpb=0b781dd65a90e617866810ecb3dee27267449f1f;p=dcpomatic.git diff --git a/src/lib/external_audio_decoder.cc b/src/lib/external_audio_decoder.cc index 9b121235a..25c8068b6 100644 --- a/src/lib/external_audio_decoder.cc +++ b/src/lib/external_audio_decoder.cc @@ -31,7 +31,7 @@ using std::cout; using boost::shared_ptr; using boost::optional; -ExternalAudioDecoder::ExternalAudioDecoder (shared_ptr f, shared_ptr o, Job* j) +ExternalAudioDecoder::ExternalAudioDecoder (shared_ptr f, shared_ptr o, Job* j) : Decoder (f, o, j) , AudioDecoder (f, o, j) {