diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-02 15:59:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-02 15:59:39 +0100 |
| commit | 9fdcacab9988f4cc5d44a6fab3ab294f5005f468 (patch) | |
| tree | 9ccdecab51f784b4b6a40bf9d40834a51c67f5fa /src/lib/decoder.cc | |
| parent | fc09f6798fc05d100e6a5fbf3e9b1f811be0ef46 (diff) | |
Tidy up timing code a bit.
Diffstat (limited to 'src/lib/decoder.cc')
| -rw-r--r-- | src/lib/decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc index 19fd4f45c..e35517012 100644 --- a/src/lib/decoder.cc +++ b/src/lib/decoder.cc @@ -410,7 +410,7 @@ Decoder::process_video (AVFrame* frame) image->make_black (); } - _log->microsecond_log ("Decoder emits " + lexical_cast<string> (_video_frame), Log::TIMING); + TIMING ("Decoder emits %1", _video_frame); Video (image, _video_frame); ++_video_frame; } |
