diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-14 23:50:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-19 22:48:28 +0100 |
| commit | eb28997f188c905af40054e4139251ebf1756ae4 (patch) | |
| tree | 91214593633d2a391587e46e2f2375d2fc47ad3b /tools/dcpdiff.cc | |
| parent | d4024848dfe293b06440d20a9f48894b2b008316 (diff) | |
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.
Diffstat (limited to 'tools/dcpdiff.cc')
| -rw-r--r-- | tools/dcpdiff.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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 <getopt.h> -#include <boost/bind.hpp> -#include <boost/optional.hpp> -#include <memory> +#include <boost/bind/bind.hpp> #include <boost/filesystem.hpp> +#include <boost/optional.hpp> #include <iostream> #include <list> +#include <memory> using std::list; |
