]> git.sesse.net Git - nageru/blobdiff - httpd.h
Small clarification in a variable name.
[nageru] / httpd.h
diff --git a/httpd.h b/httpd.h
index f5bf55f411574ab20dafc47bb9635728019a45fc..695c7082cd36436b8bbf345f48fd53681f924a33 100644 (file)
--- 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);