Fix typo.
authorCarl Hetherington <cth@carlh.net>
Fri, 25 Nov 2016 00:53:20 +0000 (00:53 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Nov 2016 00:53:20 +0000 (00:53 +0000)
src/lib/ffmpeg_decoder.cc

index 463d2cd801f447ca641b3b725ff8c7ab7af44b49..c732a51730eb15563905ca7b65e47f74afde86fa 100644 (file)
@@ -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);