]> git.sesse.net Git - nageru/commitdiff
Remove an obsolete comment.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 26 Sep 2016 22:46:41 +0000 (00:46 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 26 Sep 2016 23:04:59 +0000 (01:04 +0200)
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);