From: Steinar H. Gunderson Date: Mon, 26 Sep 2016 22:46:41 +0000 (+0200) Subject: Remove an obsolete comment. X-Git-Tag: 1.4.0~134 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3372c3c549a92e9bd904220e324d31422dc22303;p=nageru Remove an obsolete comment. --- 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);