diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-25 00:06:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-25 00:06:47 +0100 |
| commit | 913b1ae68f8e953ff2323b6b7f86cd515c2592d0 (patch) | |
| tree | 4d1629421e584341f389248c4983f5e5af00fae3 /src/lib/ffmpeg_decoder.cc | |
| parent | 110d7d4e111c2db31489296587d855328c5d8b34 (diff) | |
Erroneous leftover _log in Decoder; use decoder audio channels count rather than Film's.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index b6cdce0e4..034fefeb2 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -275,7 +275,7 @@ FFmpegDecoder::do_pass () /* frames of silence that we must push */ int const s = rint ((_first_audio.get() - _first_video.get()) * audio_sample_rate ()); - _log->log ( + _film->log()->log ( String::compose ( "First video at %1, first audio at %2, pushing %3 frames of silence for %4 channels (%5 bytes per sample)", _first_video.get(), _first_audio.get(), s, audio_channels(), bytes_per_audio_sample() |
