X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_content.cc;h=de967c04554cb843c08a8cbb09330078d483e1a6;hb=acb1ace5884337757102bc05074b6b37f04c49cd;hp=24378ed3da0aebb2e64adea52e4ead5fa5f88344;hpb=2ee5d40d5ce7406ce4f1975c4fbf88f70dbe2106;p=dcpomatic.git diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc index 24378ed3d..de967c045 100644 --- a/src/lib/ffmpeg_content.cc +++ b/src/lib/ffmpeg_content.cc @@ -187,6 +187,7 @@ FFmpegContent::technical_summary () const return Content::technical_summary() + " - " + VideoContent::technical_summary() + " - " + + AudioContent::technical_summary() + " - " + String::compose ( "ffmpeg: audio %1, subtitle %2, filters %3 %4", as, ss, filt.first, filt.second ); @@ -345,7 +346,7 @@ FFmpegSubtitleStream::as_xml (xmlpp::Node* root) const } Time -FFmpegContent::length () const +FFmpegContent::full_length () const { shared_ptr film = _film.lock (); assert (film);