summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 23:22:12 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 23:22:12 +0100
commit7b721e7bfe0dd35957c8f56b7ec430aa21114971 (patch)
tree856cb7357cadd8e0ce8ed41c9271506aa5236b65 /src/lib
parentafee1b6e8a7fcc3b6ae1e176cc5751156d8ebb34 (diff)
parent462383278536475550640738bdda42dfb7c0c1c9 (diff)
Merge branch '1.0' of /home/carl/git/dvdomatic into 1.0
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/dcp_video_frame.cc2
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)"),