Remove use of _formatted when writing subtitle XML.
authorCarl Hetherington <cth@carlh.net>
Thu, 29 Jun 2017 12:34:06 +0000 (13:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 29 Jun 2017 12:34:06 +0000 (13:34 +0100)
commita1d530be29598018b32b0b709fd8c769e972bd15
tree49e8cf0700d631e3ff5e644344ef6a0dd852c28f
parent64c8913cc4932266cfb6490cc30e0f53a6079d03
Remove use of _formatted when writing subtitle XML.

This has the potential to add unwanted whitespace and newlines
which are significant in subtitles.  I think we'd have to write
the XML ourselves to get around this.
src/interop_subtitle_asset.cc
src/smpte_subtitle_asset.cc