summaryrefslogtreecommitdiff
path: root/src/lib/file_group.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-23 13:12:04 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-23 13:12:04 +0000
commit13b2b8f48f3f1a22277a760a7fada980b9f37677 (patch)
tree53f32b233750fd0d64ebf877248bcd1a5c9bd9fd /src/lib/file_group.h
parent10f55bf3a2ac9340263a410fa2a69f1360f5c227 (diff)
Use FileGroup in FFmpeg.
Diffstat (limited to 'src/lib/file_group.h')
-rw-r--r--src/lib/file_group.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/file_group.h b/src/lib/file_group.h
index 99803d386..65091c936 100644
--- a/src/lib/file_group.h
+++ b/src/lib/file_group.h
@@ -26,10 +26,13 @@
class FileGroup
{
public:
+ FileGroup ();
FileGroup (boost::filesystem::path);
FileGroup (std::vector<boost::filesystem::path> const &);
~FileGroup ();
+ void set_paths (std::vector<boost::filesystem::path> const &);
+
int64_t seek (int64_t, int) const;
int read (uint8_t*, int) const;
int64_t length () const;