diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-25 00:35:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-25 00:35:11 +0000 |
| commit | 4b9ef52067dc34489f9f3a424337f706ed11a00b (patch) | |
| tree | 214fd5c1462fed718edaad53b43ed50e77768b9b /src/picture_asset_writer.h | |
| parent | f38137b21051ce770bbb4d829ae9d6229e97508f (diff) | |
Add FrameInfo::write for FILE *; test it.
Diffstat (limited to 'src/picture_asset_writer.h')
| -rw-r--r-- | src/picture_asset_writer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/picture_asset_writer.h b/src/picture_asset_writer.h index bc2f65e5..35ba4d8c 100644 --- a/src/picture_asset_writer.h +++ b/src/picture_asset_writer.h @@ -39,7 +39,8 @@ struct FrameInfo FrameInfo (std::istream& s); - void write (std::ostream& s); + void write (std::ostream& s) const; + void write (FILE *) const; uint64_t offset; uint64_t size; |
