diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-22 14:35:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-22 14:35:00 +0100 |
| commit | 71b7808830e17423453502ed5112b70bf90fff1b (patch) | |
| tree | 0523f5017e391a1d93df8a5a657d1e09c7998b4e /src/lib/examine_content_job.cc | |
| parent | a747cef99d7e45d1971b9811c7cf23b4cc91a1b4 (diff) | |
Do audio/video pts sync in a hopefully much more sensible way.
Diffstat (limited to 'src/lib/examine_content_job.cc')
| -rw-r--r-- | src/lib/examine_content_job.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index d12e06069..f0fb29812 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -72,7 +72,6 @@ ExamineContentJob::run () fs->set_length (_decoder->last_video_frame ()); _log->log (String::compose ("Video length is %1 frames", _decoder->last_video_frame())); - _log->log (String::compose ("%1ms of audio to discard", _decoder->audio_to_discard())); ascend (); @@ -111,10 +110,3 @@ ExamineContentJob::last_video_frame () const { return _decoder->last_video_frame (); } - -int -ExamineContentJob::audio_to_discard () const -{ - return _decoder->audio_to_discard (); -} - |
