diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 01:01:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 01:01:19 +0100 |
| commit | da2f0d96f3c5ffa73bfecd9df613b23200e862f7 (patch) | |
| tree | 326e054f9b2dc39e0d276e6bdf2a572dbf324ecc /src/dcp.h | |
| parent | 4678bf06d71c8a18c489912dabf8aca312ab8b6b (diff) | |
Bitwise MXF comparison.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ public: return _length; } - std::list<std::string> equals (DCP const & other, EqualityType type) const; + std::list<std::string> equals (DCP const & other, EqualityFlags flags) const; /** Emitted with a parameter between 0 and 1 to indicate progress * for long jobs. |
