projects
/
cubemap
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
When adding new streams that are copies of old streams, copy the HTTP header.
[cubemap]
/
httpinput.h
diff --git
a/httpinput.h
b/httpinput.h
index
bf7d953
..
78c49c3
100644
(file)
--- a/
httpinput.h
+++ b/
httpinput.h
@@
-21,10
+21,7
@@
public:
virtual std::string get_url() const { return url; }
- virtual void add_destination(int stream_index)
- {
- stream_indices.push_back(stream_index);
- }
+ virtual void add_destination(int stream_index);
virtual InputStats get_stats() const;