diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-06 20:31:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-06 20:31:05 +0000 |
| commit | 7561918187d51eadcd59904a71c1eda30cc6ab31 (patch) | |
| tree | 1479f169db1ab5ca67d941e0a23c8bf8de478e6e /src/lib/ffmpeg_decoder.cc | |
| parent | 830decc4642f33ebe3cd0a07bce27f0ea73f0e6f (diff) | |
Improve logging slightly.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 075420b7c..5f7e0d1c7 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -292,8 +292,8 @@ FFmpegDecoder::pass () repeat_last_video (); _film->log()->log ( String::compose ( - "Extra frame inserted at %1s; source frame %2, source PTS %3", - out_pts_seconds, video_frame(), source_pts_seconds + "Extra video frame inserted at %1s; source frame %2, source PTS %3 (at %4 fps)", + out_pts_seconds, video_frame(), source_pts_seconds, frames_per_second() ) ); } @@ -336,7 +336,7 @@ FFmpegDecoder::pass () _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 at %1, first audio at %2, pushing %3 audio frames of silence for %4 channels (%5 bytes per sample)", _first_video.get(), _first_audio.get(), s, ffa->channels(), bytes_per_audio_sample() ) ); |
