X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mux.h;fp=mux.h;h=47ff775d8cdf2d0faa2148ae1b55100d2bbcd8b1;hb=acc9fe1e6be3e7b1c95f44e45728ec3beae576b0;hp=d818bdab8b8b92e24b481ea88cfcdba0d53f4cbc;hpb=58fce645ca6d76016cc5309ed195bf234e755879;p=nageru diff --git a/mux.h b/mux.h index d818bda..47ff775 100644 --- a/mux.h +++ b/mux.h @@ -23,7 +23,7 @@ public: }; // Takes ownership of avctx. - Mux(AVFormatContext *avctx, int width, int height, Codec video_codec, int time_base, int bit_rate); + Mux(AVFormatContext *avctx, int width, int height, Codec video_codec, const AVCodec *codec_audio, int time_base, int bit_rate); ~Mux(); void add_packet(const AVPacket &pkt, int64_t pts, int64_t dts) override;