From 3372c3c549a92e9bd904220e324d31422dc22303 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 27 Sep 2016 00:46:41 +0200 Subject: [PATCH] Remove an obsolete comment. --- mux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mux.h b/mux.h index b3ea012..b60b02a 100644 --- a/mux.h +++ b/mux.h @@ -20,7 +20,7 @@ public: CODEC_NV12, // Uncompressed 4:2:0. }; - // Takes ownership of avctx. 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); -- 2.39.2