diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/dcp_video_frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video_frame.cc b/src/lib/dcp_video_frame.cc index b5b031292..1c812cbf2 100644 --- a/src/lib/dcp_video_frame.cc +++ b/src/lib/dcp_video_frame.cc @@ -272,7 +272,7 @@ DCPVideoFrame::encode_remotely (ServerDescription serv) add_metadata (root); stringstream xml; - doc.write_to_stream (xml); + doc.write_to_stream (xml, "UTF-8"); _log->log (String::compose ( N_("Sending to remote; pixel format %1, components %2, lines (%3,%4,%5), line sizes (%6,%7,%8)"), |
