diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-25 00:53:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-25 00:53:20 +0000 |
| commit | 8a4c2dbb6e9e15af98c0edb494d7ac1f74412360 (patch) | |
| tree | c9804eba8fe4d227df0f0ee2c80ab17dd0440643 /src/lib/ffmpeg_decoder.cc | |
| parent | 18404f99863131437497329f5a3b0c5180b060ae (diff) | |
Fix typo.
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 463d2cd80..c732a5173 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -423,7 +423,7 @@ FFmpegDecoder::decode_audio_packet () } if (ct < ContentTime()) { - LOG_WARNING ("Crazy timestamp %s", to_string (ct)); + LOG_WARNING ("Crazy timestamp %1", to_string (ct)); } audio->set_position (ct); |
