diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
| commit | e60bb3e51bd1508b149e6b8f6608f09b5196ae26 (patch) | |
| tree | a7a5b937c9ae138d4eebca8d5130d308bf9ae420 /src/lib/ffmpeg_content.cc | |
| parent | f07d5125a7b609320682689abe40781f096ca25e (diff) | |
No-op: remove all trailing whitespace.
Diffstat (limited to 'src/lib/ffmpeg_content.cc')
| -rw-r--r-- | src/lib/ffmpeg_content.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc index 1793b8998..c4fc36357 100644 --- a/src/lib/ffmpeg_content.cc +++ b/src/lib/ffmpeg_content.cc @@ -172,7 +172,7 @@ FFmpegContent::examine (shared_ptr<Job> job) if (!_subtitle_streams.empty ()) { _subtitle_stream = _subtitle_streams.front (); } - + _audio_streams = examiner->audio_streams (); if (!_audio_streams.empty ()) { @@ -214,7 +214,7 @@ FFmpegContent::technical_summary () const } string filt = Filter::ffmpeg_string (_filters); - + return Content::technical_summary() + " - " + VideoContent::technical_summary() + " - " + AudioContent::technical_summary() + " - " @@ -321,7 +321,7 @@ vector<AudioStreamPtr> FFmpegContent::audio_streams () const { boost::mutex::scoped_lock lm (_mutex); - + vector<AudioStreamPtr> s; copy (_audio_streams.begin(), _audio_streams.end(), back_inserter (s)); return s; |
