More debug.
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Oct 2012 23:17:49 +0000 (00:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Oct 2012 23:17:49 +0000 (00:17 +0100)
src/lib/dcp_video_frame.cc

index 3e58203ede9eecee86558416b169c8fed01e69ad..201c74ec173ca3e3a241e07429000c0120d9c29c 100644 (file)
@@ -346,8 +346,9 @@ DCPVideoFrame::encode_remotely (ServerDescription const * serv)
        }
 
        _log->log (String::compose (
-                          "Sending to remote; pixel format %1, components %2, line sizes (%3,%4,%5)",
+                          "Sending to remote; pixel format %1, components %2, lines (%3,%4,%5), line sizes (%6,%7,%8)",
                           _input->pixel_format(), _input->components(),
+                          _input->lines(0), _input->lines(1), _input->lines(2),
                           _input->line_size()[0], _input->line_size()[1], _input->line_size()[2]
                           ));