]> git.sesse.net Git - nageru/blobdiff - nageru/quicksync_encoder.h
Rename stream_mux to http_mux.
[nageru] / nageru / quicksync_encoder.h
index 9f59c2c929b124d01666365a1ac9c551fc59f44a..6c27cfbcbae8cac26795fdc2d8490640e0864e5f 100644 (file)
@@ -66,7 +66,7 @@ public:
         QuickSyncEncoder(const std::string &filename, movit::ResourcePool *resource_pool, QSurface *surface, const std::string &va_display, int width, int height, const AVOutputFormat *oformat, VideoCodecInterface *http_encoder, VideoCodecInterface *disk_encoder, DiskSpaceEstimator *disk_space_estimator);
         ~QuickSyncEncoder();
 
-       void set_stream_mux(Mux *mux);  // Does not take ownership. Must be called unless x264 is used for the stream.
+       void set_http_mux(Mux *mux);  // Does not take ownership. Must be called unless x264 is used for the stream.
        void add_audio(int64_t pts, std::vector<float> audio);  // Thread-safe.
        bool is_zerocopy() const;  // Thread-safe.