]> git.sesse.net Git - nageru/blobdiff - mux.h
Remove an obsolete comment.
[nageru] / mux.h
diff --git a/mux.h b/mux.h
index b3ea0120736e13c8cecd2daad5dc0975cd584df3..b60b02a88585c470b9c934d1ea8b0f69f3ebb13c 100644 (file)
--- a/mux.h
+++ b/mux.h
@@ -20,7 +20,7 @@ public:
                CODEC_NV12,  // Uncompressed 4:2:0.
        };
 
-       // Takes ownership of avctx. <keyframe_signal_receiver> can be nullptr.
+       // Takes ownership of avctx.
        Mux(AVFormatContext *avctx, int width, int height, Codec video_codec, const std::string &video_extradata, const AVCodecParameters *audio_codecpar, int time_base);
        ~Mux();
        void add_packet(const AVPacket &pkt, int64_t pts, int64_t dts);