diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-03 00:13:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-03 00:13:11 +0100 |
| commit | cbb8da30832dd7c9827ae10e32f2b1475463a7c4 (patch) | |
| tree | 9895a56562e5ea3b02253f362f7e66015b8b9002 /src/lib | |
| parent | 2f9e6bc1478d28f1b040ada6c901e6683ff7ac64 (diff) | |
Fix up include and add a log.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/j2k_wav_encoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/j2k_wav_encoder.cc b/src/lib/j2k_wav_encoder.cc index c37efb472..e152a771b 100644 --- a/src/lib/j2k_wav_encoder.cc +++ b/src/lib/j2k_wav_encoder.cc @@ -161,6 +161,7 @@ J2KWAVEncoder::encoder_thread (ServerDescription* server) TIMING ("encoder thread %1 wakes with queue of %2", pthread_self(), _queue.size()); boost::shared_ptr<DCPVideoFrame> vf = _queue.front (); + _log->log (String::compose ("Encoder thread %1 pops frame %2 from queue", pthread_self(), vf->frame())); _queue.pop_front (); lock.unlock (); |
