summaryrefslogtreecommitdiff
path: root/modules/vpx/vpx.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/vpx/vpx.c')
-rw-r--r--modules/vpx/vpx.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/modules/vpx/vpx.c b/modules/vpx/vpx.c
index 4b492cf..d300641 100644
--- a/modules/vpx/vpx.c
+++ b/modules/vpx/vpx.c
@@ -16,12 +16,19 @@
#include "vp8.h"
-/*
- * Experimental support for WebM VP8 video codec:
+/**
+ * @defgroup vpx vpx
+ *
+ * The VP8 video codec
+ *
+ * This module implements the VP8 video codec that is compatible
+ * with the WebRTC standard.
+ *
+ * References:
*
* http://www.webmproject.org/
*
- * http://tools.ietf.org/html/draft-ietf-payload-vp8-08
+ * http://tools.ietf.org/html/draft-ietf-payload-vp8-17
*/