]> git.sesse.net Git - nageru/blobdiff - mux.h
More fixes for non-PCM HTTP audio codecs.
[nageru] / mux.h
diff --git a/mux.h b/mux.h
index d818bdab8b8b92e24b481ea88cfcdba0d53f4cbc..47ff775d8cdf2d0faa2148ae1b55100d2bbcd8b1 100644 (file)
--- 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;