diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-19 17:44:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-22 01:42:22 +0200 |
| commit | cca70e0824e6883f50838578897792476953ea24 (patch) | |
| tree | ab7c32822e94fe08d1bf03d6878c66cc95070720 /src/mxf.h | |
| parent | 066471f69400fc72e9c126ab36f5427329f30220 (diff) | |
Support MPEG2 compression.v1.9.6
Diffstat (limited to 'src/mxf.h')
| -rw-r--r-- | src/mxf.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -65,6 +65,7 @@ namespace dcp class MXFMetadata; class J2KPictureAssetWriter; +class MPEG2PictureAssetWriter; /** @class MXF @@ -137,6 +138,8 @@ public: protected: template <class P, class Q> friend void start (J2KPictureAssetWriter* writer, std::shared_ptr<P> state, Q* mxf, uint8_t const * data, int size); + template <class P, class Q> + friend void start (MPEG2PictureAssetWriter* writer, std::shared_ptr<P> state, Q* mxf, uint8_t const * data, int size); MXF (); |
