X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=shared%2Fmux.h;h=d3d7798fc237c2fcb583230c49be3ef7142ecad6;hb=b44bf7cfce6a5aaffbcd1e37df39068a163438ad;hp=c6b4c7e49420b316c44fbf827abf4b8954d04dbb;hpb=b2313d869262960aa3bcaaf3f45f2a3b90d1fc18;p=nageru diff --git a/shared/mux.h b/shared/mux.h index c6b4c7e..d3d7798 100644 --- a/shared/mux.h +++ b/shared/mux.h @@ -112,7 +112,7 @@ private: std::vector packet_queue; std::condition_variable packet_queue_ready; - AVStream *avstream_video, *avstream_audio; + std::vector streams; std::function write_callback; std::vector metrics;