diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-22 23:54:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-22 23:54:53 +0100 |
| commit | 41804f82645167deb0125635b77b4fecb4c738aa (patch) | |
| tree | feeb1f651d5c486412d55715dacdc00ad53869a8 /src/picture_asset_writer.h | |
| parent | 5c39afcdee2c43545d0a3bfcd16cac15c965a7c3 (diff) | |
A couple of missing bits.3D
Diffstat (limited to 'src/picture_asset_writer.h')
| -rw-r--r-- | src/picture_asset_writer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/picture_asset_writer.h b/src/picture_asset_writer.h index 951633bf..89651902 100644 --- a/src/picture_asset_writer.h +++ b/src/picture_asset_writer.h @@ -50,6 +50,9 @@ struct FrameInfo class PictureAssetWriter : public boost::noncopyable { public: + virtual void finalize () = 0; + virtual void fake_write (int) = 0; + protected: template <class P, class Q> friend void start (PictureAssetWriter *, boost::shared_ptr<P>, Q *, uint8_t *, int); |
