X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=httpd.h;fp=httpd.h;h=695c7082cd36436b8bbf345f48fd53681f924a33;hb=72d11df3520d1afd8929b167dfa7eabdbe8eed63;hp=f5bf55f411574ab20dafc47bb9635728019a45fc;hpb=0796ad175d0d74291f83f96e3fb244619747aa29;p=nageru diff --git a/httpd.h b/httpd.h index f5bf55f..695c708 100644 --- a/httpd.h +++ b/httpd.h @@ -67,7 +67,7 @@ private: CODEC_NV12, // Uncompressed 4:2:0. }; - Mux(AVFormatContext *avctx, int width, int height, Codec codec); // Takes ownership of avctx. + Mux(AVFormatContext *avctx, int width, int height, Codec video_codec); // Takes ownership of avctx. ~Mux(); void add_packet(const AVPacket &pkt, int64_t pts, int64_t dts);