]> git.sesse.net Git - cubemap/blobdiff - input.h
Refer to streams internally mostly by an index, not the stream_id.
[cubemap] / input.h
diff --git a/input.h b/input.h
index e0bd54b5bf57c221363b4cbc3ede3a157047a15f..76e1b662bbc643db48ecd094dbc2386934bd82e2 100644 (file)
--- a/input.h
+++ b/input.h
@@ -22,7 +22,7 @@ public:
        virtual InputProto serialize() const = 0;
        virtual std::string get_url() const = 0;
        virtual void close_socket() = 0;
-       virtual void add_destination(const std::string &stream_id) = 0;
+       virtual void add_destination(int stream_index) = 0;
 };
 
 #endif  // !defined(_INPUT_H)