[FFmpeg-devel] [PATCH 20/22] ffserver.c: make comment doxygen

Stephan Holljes klaxa1337 at googlemail.com
Fri Jun 1 01:24:13 EEST 2018


Signed-off-by: Stephan Holljes <klaxa1337 at googlemail.com>
---
 ffserver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffserver.c b/ffserver.c
index 8a24397..288f8a1 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -59,7 +59,7 @@ struct AcceptInfo {
     struct HTTPDInterface *httpd;
     AVFormatContext **ifmt_ctxs;
     struct HTTPDConfig *config;
-    int nb_pub; /* number of publishers (streams) equal to number of ifmt_ctx */
+    int nb_pub; /** number of publishers (streams) equal to number of ifmt_ctx */
 };
 
 
-- 
2.16.2



More information about the ffmpeg-devel mailing list