From eb28997f188c905af40054e4139251ebf1756ae4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Jan 2025 23:50:38 +0100 Subject: Make MainSoundConfiguration behave "correctly" with badly-formatted strings. Add some documentation for a design "principle" when handling malformatted data, and make MainSoundConfiguration adhere to that. --- tools/dcpdiff.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/dcpdiff.cc') diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc index e4dee74a..bce87393 100644 --- a/tools/dcpdiff.cc +++ b/tools/dcpdiff.cc @@ -39,12 +39,12 @@ #include "filesystem.h" #include "mxf.h" #include -#include -#include -#include +#include #include +#include #include #include +#include using std::list; -- cgit v1.2.3